1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-16 04:44:44 +00:00

Setup formatting with clang-format and clang-tidy

This commit is contained in:
Roman971 2020-03-18 22:56:43 +01:00
parent b372169893
commit 0704beba8d
4 changed files with 58 additions and 0 deletions

5
.clang-tidy Normal file
View file

@ -0,0 +1,5 @@
Checks: '-*,readability-braces-around-statements'
WarningsAsErrors: ''
HeaderFilterRegex: '(src|include)\/.*\.h$'
FormatStyle: 'file'
CheckOptions: