mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
7 lines
399 B
Plaintext
7 lines
399 B
Plaintext
|
---
|
||
|
Checks: '-*,google-*,clang-analyzer-*,openmp-*,performance-*,portability-*,modernize-*
|
||
|
WarningsAsErrors: ''
|
||
|
HeaderFilterRegex: ''
|
||
|
AnalyzeTemporaryDtors: false
|
||
|
FormatStyle: '{ BasedOnStyle: Google, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 80, AccessModifierOffset: -4 }'
|