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