Add clang-format and gitignore

This commit is contained in:
PedroEdiaz
2025-10-01 12:43:37 -06:00
parent 454c10bd99
commit 561652bc6a
4 changed files with 67 additions and 50 deletions

15
.clang-format Normal file
View File

@@ -0,0 +1,15 @@
# Tabs
UseTab: ForContinuationAndIndentation #ForIndentation
# Sized
TabWidth: 8
IndentWidth: 8
ContinuationIndentWidth: 8
# Column Limit
ColumnLimit: 80
# Functions
AllowAllArgumentsOnNextLine: false
# Allman
BreakBeforeBraces: Allman