Simpler .clang-format

This commit is contained in:
Anthony Rose 2023-05-18 22:36:08 +01:00
parent 21bf7de5ba
commit 6b285e128f

View file

@ -432,10 +432,7 @@ cat << __EOF__ | tee .clang-format
BasedOnStyle: WebKit BasedOnStyle: WebKit
BreakBeforeBraces: Stroustrup BreakBeforeBraces: Stroustrup
ColumnLimit: 100
ContinuationIndentWidth: 2 ContinuationIndentWidth: 2
Cpp11BracedListStyle: true
FixNamespaceComments: true
... ...
__EOF__ __EOF__
command ls -l .clang-format command ls -l .clang-format