mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-09-26 18:26:24 +02:00
Add clang-format configuration
This commit is contained in:
19
.clang-format
Normal file
19
.clang-format
Normal file
@@ -0,0 +1,19 @@
|
||||
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
|
Reference in New Issue
Block a user