Initial commit

This commit is contained in:
Freywar Ulvnaudgari
2026-06-04 21:52:04 +03:00
commit fecf3b2e42
35 changed files with 2009 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
Language: Cpp
BasedOnStyle: LLVM
BreakBeforeBraces: Attach
IndentWidth: 2
TabWidth: 2
UseTab: Never
ColumnLimit: 140
AllowShortFunctionsOnASingleLine: None