summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-01 12:11:33 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-01 12:51:29 +0300
commit0c0ac68bc2e23fe1590614bb961a21a4bb09d0dc (patch)
tree11da9fbb7105834401d8e7999d42a4107221aa37 /.clang-format
parent18e9fd6ada3df8fb7e7cbe1b83fbd2a92e4e5d9b (diff)
Remove extra clang-format options
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format10
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