Tabs to spaces

This commit is contained in:
2018-05-17 21:19:58 +10:00
parent 0bc8a48dbd
commit 101037b856
2 changed files with 5045 additions and 5015 deletions
+2 -3
View File
@@ -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,