summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2023-12-27 15:14:52 +0100
committerpgen <p.gen.progs@gmail.com>2023-12-27 15:14:52 +0100
commit1178eb51d20111e900db4717bf07185a7a02f973 (patch)
tree39df2397e67ba4a8d034f61a9f0bd0bb101ded04
parenta3f96f6546c54a81bb590812b3db5048d8513c0d (diff)
Remove duplicates in the .clang-format file
-rw-r--r--.clang-format2
1 files changed, 0 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format
index 442a2f6..f46a76d 100644
--- a/.clang-format
+++ b/.clang-format
@@ -3,7 +3,6 @@ AlignConsecutiveAssignments: 'true'
AlignConsecutiveDeclarations: 'true'
AlignEscapedNewlinesLeft: 'true'
AlignOperands: 'true'
-AlignOperands: 'true'
AlignTrailingComments: 'true'
AllowAllArgumentsOnNextLine: 'false'
AllowAllParametersOfDeclarationOnNextLine: 'false'
@@ -45,6 +44,5 @@ SpaceInEmptyParentheses: 'false'
SpacesBeforeTrailingComments: '1'
SpacesInCStyleCastParentheses: 'false'
SpacesInParentheses: 'false'
-SpacesInSquareBrackets: 'false'
TabWidth: '2'
UseTab: Never