Add .clang-format

master
John Montagu, the 4th Earl of Sandvich 2026-03-08 23:48:02 -07:00
parent 8f9d446f4b
commit 13f170acc6
Signed by: sandvich
GPG Key ID: 9A39BE37E602B22D
1 changed files with 15 additions and 0 deletions

15
.clang-format 100644
View File

@ -0,0 +1,15 @@
BasedOnStyle: LLVM
IndentWidth: 4
TabWidth: 4
UseTab: Never
ColumnLimit: 100
BreakBeforeBraces: Attach
AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: false
AllowShortBlocksOnASingleLine: Never
InsertBraces: true