1
0
Fork 0

feat: initial commit

This commit is contained in:
Vojtěch Mareš 2023-11-16 08:05:04 +01:00
commit c7d899a628
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
3 changed files with 21 additions and 0 deletions

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
root = true
[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
max_line_length = null
[Makefile]
indent_style = tab