Files
codeql/swift/.clang-format
2023-06-08 13:10:43 +01:00

8 lines
181 B
YAML

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