Readme, makefile, clang-format

This commit is contained in:
Imbus 2025-06-26 01:07:04 +02:00
parent 88eeb60a09
commit d57ad4d9ee
3 changed files with 63 additions and 0 deletions

8
.clang-format Normal file
View file

@ -0,0 +1,8 @@
BasedOnStyle: LLVM
IndentWidth: 4
TabWidth: 4
UseTab: Never
ColumnLimit: 80
AllowShortLoopsOnASingleLine: true
AlwaysBreakTemplateDeclarations: true
BreakConstructorInitializers: BeforeComma