[flang] Alphabetize and remove settings that match LLVM defaults.
authorpeter klausler <pklausler@nvidia.com>
Tue, 6 Feb 2018 00:08:46 +0000 (16:08 -0800)
committerpeter klausler <pklausler@nvidia.com>
Tue, 6 Feb 2018 00:08:46 +0000 (16:08 -0800)
Original-commit: flang-compiler/f18@82b1803f76a0053042a736f508e56c8e62817d4d

flang/.clang-format

index dd809c8..6304c64 100644 (file)
@@ -1,20 +1,18 @@
 ---
 # See: https://clang.llvm.org/docs/ClangFormatStyleOptions.html
 BasedOnStyle: LLVM
-SpacesBeforeTrailingComments: 2
+AlignAfterOpenBracket: DontAlign
 AlignEscapedNewlines: DontAlign
 AllowShortCaseLabelsOnASingleLine: true
 AllowShortIfStatementsOnASingleLine: true
-ConstructorInitializerIndentWidth: 2
-AlignAfterOpenBracket: DontAlign
-AlignOperands: false
 AlignConsecutiveAssignments: false
 AlignConsecutiveDeclarations: false
+AlignOperands: false
 AlignTrailingComments: false
+ConstructorInitializerIndentWidth: 2
 SpaceAfterTemplateKeyword: false
-BreakBeforeBinaryOperators: None
-BreakBeforeTernaryOperators: true
-ContinuationIndentWidth: 4
+SpacesBeforeTrailingComments: 2
+Standard: Cpp17
 ...
 
 # vim:set filetype=yaml: