forked from Git_test/Git_TEST
初始化项目:红灯闪烁
This commit is contained in:
20
不同颜色LED/VSC_Project/.clang-format
Normal file
20
不同颜色LED/VSC_Project/.clang-format
Normal file
@@ -0,0 +1,20 @@
|
||||
# For more options, open this url: https://clang.llvm.net.cn/docs/ClangFormatStyleOptions.html
|
||||
---
|
||||
BasedOnStyle: Microsoft
|
||||
IndentWidth: 4
|
||||
UseTab: Never
|
||||
TabWidth: 4
|
||||
ColumnLimit: 0
|
||||
---
|
||||
Language: Cpp
|
||||
AccessModifierOffset: -4
|
||||
NamespaceIndentation: All
|
||||
FixNamespaceComments: false
|
||||
BreakBeforeBraces: Linux
|
||||
AllowShortIfStatementsOnASingleLine: true
|
||||
AllowShortLoopsOnASingleLine: true
|
||||
AllowShortBlocksOnASingleLine: true
|
||||
IndentCaseLabels: true
|
||||
SortIncludes: false
|
||||
AlignConsecutiveMacros: AcrossEmptyLines
|
||||
AlignConsecutiveAssignments: Consecutive
|
||||
Reference in New Issue
Block a user