mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-17 13:22:53 +01:00
20 lines
449 B
Plaintext
20 lines
449 B
Plaintext
|
BasedOnStyle: LLVM
|
||
|
UseTab: false
|
||
|
IndentWidth: 4
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
IndentCaseLabels: false
|
||
|
ColumnLimit: 132
|
||
|
DerivePointerAlignment: false
|
||
|
PointerAlignment: Middle
|
||
|
AllowShortFunctionsOnASingleLine: None
|
||
|
BreakBeforeBraces: Custom
|
||
|
BraceWrapping:
|
||
|
AfterEnum: true
|
||
|
AfterStruct: true
|
||
|
AfterFunction: true
|
||
|
AfterNamespace: true
|
||
|
AfterUnion: true
|
||
|
AfterExternBlock: true
|
||
|
SplitEmptyFunction: false
|
||
|
SpaceAfterCStyleCast: true
|