Merge pull request #7426 from aarlt/clang-format

clang-format: add "UseTab: ForIndentation" @ develop
This commit is contained in:
chriseth
2019-09-16 19:20:29 +02:00
committed by GitHub
+1
View File
@@ -25,6 +25,7 @@ PenaltyBreakBeforeFirstCallParameter: 2000
SpaceAfterCStyleCast: true
SpaceBeforeParens: ControlStatements
TabWidth: 4
UseTab: ForIndentation
# Local Variables:
# mode: yaml