Tabs to spaces

This commit is contained in:
Doyle T 2018-05-17 21:19:58 +10:00
parent 0bc8a48dbd
commit 101037b856
2 changed files with 5045 additions and 5015 deletions

View File

@ -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,

10049
dqn.h

File diff suppressed because it is too large Load Diff