mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
18 lines
328 B
Text
18 lines
328 B
Text
|
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
|