mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
8 lines
181 B
YAML
8 lines
181 B
YAML
BasedOnStyle: Chromium
|
|
ColumnLimit: 100
|
|
IndentWidth: 2
|
|
SortIncludes: false
|
|
AllowShortIfStatementsOnASingleLine: WithoutElse
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
Standard: c++20
|