mirror of
https://github.com/TheAlgorithms/C
synced 2025-02-10 18:44:28 +03:00
added clang-tidy config file
This commit is contained in:
parent
9a9781064f
commit
caf5e9190a
6
.clang-tidy
Normal file
6
.clang-tidy
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
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 }'
|
Loading…
x
Reference in New Issue
Block a user