mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2024-10-01 01:45:38 -04:00
16 lines
271 B
Plaintext
16 lines
271 B
Plaintext
|
BasedOnStyle: LLVM
|
||
|
UseTab: Always
|
||
|
IndentWidth: 8
|
||
|
TabWidth: 8
|
||
|
|
||
|
IncludeBlocks: Preserve
|
||
|
|
||
|
BreakBeforeBraces: Custom
|
||
|
BraceWrapping:
|
||
|
AfterFunction: true
|
||
|
|
||
|
AllowShortFunctionsOnASingleLine: false
|
||
|
AllowShortIfStatementsOnASingleLine: Never
|
||
|
AllowShortEnumsOnASingleLine: false
|
||
|
|