diff options
author | bloodstalker <thabogre@gmail.com> | 2018-08-29 13:30:51 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-08-29 13:30:51 +0000 |
commit | ccf6bf3f8e84dd016aad0b683518c18d40e411b1 (patch) | |
tree | d031f07d913943b967c1c494a223b9e69eaa3d68 /extra-tools/format.clang-format | |
parent | fixes #47. probably a good idea to just wipe and re-clone. also moved m0 to i... (diff) | |
download | mutator-ccf6bf3f8e84dd016aad0b683518c18d40e411b1.tar.gz mutator-ccf6bf3f8e84dd016aad0b683518c18d40e411b1.zip |
some cosmetic changes and makefile fixes
Diffstat (limited to 'extra-tools/format.clang-format')
-rw-r--r-- | extra-tools/format.clang-format | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra-tools/format.clang-format b/extra-tools/format.clang-format index e37fb75..21aca34 100644 --- a/extra-tools/format.clang-format +++ b/extra-tools/format.clang-format @@ -41,8 +41,8 @@ ColumnLimit: 0 CommentPragmas: '^ IWYU pragma:' BreakBeforeInheritanceComma: false ConstructorInitializerAllOnOneLineOrOnePerLine: false -ConstructorInitializerIndentWidth: 4 -ContinuationIndentWidth: 4 +ConstructorInitializerIndentWidth: 2 +ContinuationIndentWidth: 2 Cpp11BracedListStyle: true DerivePointerAlignment: false DisableFormat: false @@ -91,5 +91,5 @@ SpacesInCStyleCastParentheses: false SpacesInParentheses: false SpacesInSquareBrackets: false Standard: Cpp11 -TabWidth: 8 +TabWidth: 2 UseTab: Never |