diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-10-01 12:11:33 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-10-01 12:51:29 +0300 |
commit | 0c0ac68bc2e23fe1590614bb961a21a4bb09d0dc (patch) | |
tree | 11da9fbb7105834401d8e7999d42a4107221aa37 /.clang-format | |
parent | Merge pull request #82 from rokups/fix/#50 (diff) | |
download | nheko-0c0ac68bc2e23fe1590614bb961a21a4bb09d0dc.tar.xz |
Remove extra clang-format options
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.clang-format b/.clang-format index 1f74e789..d5606cdf 100644 --- a/.clang-format +++ b/.clang-format @@ -3,21 +3,11 @@ Language: Cpp AccessModifierOffset: -8 AlignAfterOpenBracket: Align AlignConsecutiveAssignments: true -AlignEscapedNewlinesLeft: false -AlignTrailingComments: false -AllowAllParametersOfDeclarationOnNextLine: true AllowShortFunctionsOnASingleLine: Empty -AllowShortFunctionsOnASingleLine: None -AllowShortIfStatementsOnASingleLine: false BasedOnStyle: Mozilla -BinPackArguments: false -BinPackParameters: false BreakBeforeBraces: Linux -BreakConstructorInitializersBeforeComma: true ColumnLimit: 100 -CompactNamespaces: false IndentCaseLabels: false IndentWidth: 8 KeepEmptyLinesAtTheStartOfBlocks: false -MaxEmptyLinesToKeep: 1 PointerAlignment: Right |