Added clang formatting spec and PR validation (#992)

* Update .clang-format
This commit is contained in:
jLynx 2023-05-15 11:53:13 +12:00 committed by GitHub
parent e694e73a75
commit acc20844cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 0 deletions

7
.clang-format Normal file
View file

@ -0,0 +1,7 @@
---
BasedOnStyle: Chromium
IndentWidth: '2'
TabWidth: '2'
UseTab: Always
...