Tabs to spaces
This commit is contained in:
parent
0bc8a48dbd
commit
101037b856
@ -2,7 +2,6 @@
|
||||
ColumnLimit: 100,
|
||||
TabWidth: 4,
|
||||
IndentWidth: 4, # 1 tab
|
||||
UseTab: ForIndentation,
|
||||
BreakBeforeBraces: Allman,
|
||||
PointerBindsToType: false,
|
||||
###
|
||||
@ -21,8 +20,8 @@
|
||||
AllowShortIfStatementsOnASingleLine: true,
|
||||
AllowShortLoopsOnASingleLine: false,
|
||||
#
|
||||
BinPackArguments: true,
|
||||
BinPackParameters: true,
|
||||
BinPackArguments: false,
|
||||
BinPackParameters: false,
|
||||
#
|
||||
BreakConstructorInitializersBeforeComma: true,
|
||||
ConstructorInitializerIndentWidth: 0,
|
||||
|
Loading…
Reference in New Issue
Block a user