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
commit 8b6b1ca986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ PenaltyBreakBeforeFirstCallParameter: 2000
SpaceAfterCStyleCast: true
SpaceBeforeParens: ControlStatements
TabWidth: 4
UseTab: ForIndentation
# Local Variables:
# mode: yaml