Files
codeql/misc/bazel/internal/zipmerge/.clang-format
2024-05-29 15:46:29 +02:00

8 lines
181 B
YAML

BasedOnStyle: Chromium
ColumnLimit: 100
IndentWidth: 2
SortIncludes: false
AllowShortIfStatementsOnASingleLine: WithoutElse
AlwaysBreakBeforeMultilineStrings: false
Standard: c++20