mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-28 14:56:35 +00:00
UseTab: ForIndentation
This commit is contained in:
parent
b88023c96e
commit
f227019483
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ ColumnLimit: 120
|
||||||
#Standard: Cpp11
|
#Standard: Cpp11
|
||||||
IndentWidth: 4
|
IndentWidth: 4
|
||||||
TabWidth: 4
|
TabWidth: 4
|
||||||
UseTab: Always
|
UseTab: ForIndentation
|
||||||
BreakBeforeBraces: Allman
|
BreakBeforeBraces: Allman
|
||||||
#IndentFunctionDeclarationAfterType: false
|
#IndentFunctionDeclarationAfterType: false
|
||||||
#SpacesInParentheses: false
|
#SpacesInParentheses: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue