Static check and remove for epsilon loops

This commit is contained in:
PedroEdiaz
2025-12-26 12:29:26 -06:00
parent e4f67ab3fe
commit a15e1c212a
7 changed files with 866 additions and 277 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