1
0
mirror of https://github.com/Utyff/Zintercom.git synced 2026-01-12 09:17:41 +03:00

init commit

This commit is contained in:
lost
2020-12-27 14:40:06 +02:00
commit 496c206ebc
19 changed files with 12305 additions and 0 deletions

5
.clang-format Normal file
View File

@@ -0,0 +1,5 @@
---
# We'll use defaults from the LLVM style, but with 4 columns indentation.
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 180