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
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
...