mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
18 lines
No EOL
328 B
YAML
18 lines
No EOL
328 B
YAML
BasedOnStyle: LLVM
|
|
|
|
IndentWidth: 2
|
|
TabWidth: 2
|
|
UseTab: Never
|
|
ColumnLimit: 120
|
|
|
|
FixNamespaceComments: true
|
|
|
|
# default is false
|
|
#AlignConsecutiveMacros: true
|
|
#AlignConsecutiveAssignments: true
|
|
#AlignConsecutiveDeclarations: true
|
|
|
|
# default is true
|
|
ReflowComments: false
|
|
SortIncludes : false
|
|
AllowShortFunctionsOnASingleLine: false |