mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
UseTab: ForIndentation
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user