mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
This adds a first dummy extractor for swift. Running `bazel run //swift:install` will create an `extractor_pack` directory in `swift`. From that moment providing `--search-path=swift` will pick up the extractor.
8 lines
181 B
YAML
8 lines
181 B
YAML
BasedOnStyle: Chromium
|
|
ColumnLimit: 100
|
|
IndentWidth: 2
|
|
SortIncludes: false
|
|
AllowShortIfStatementsOnASingleLine: WithoutElse
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
Standard: c++17
|