initialize project

This commit is contained in:
2025-05-26 22:59:14 +02:00
commit 10ba53626f
7 changed files with 106 additions and 0 deletions

19
.editorconfig Normal file
View File

@@ -0,0 +1,19 @@
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = tab
[{makefile,Makefile}]
indent_style = tab
indent_size = tab
[*.{md,json,tsx,js,html,css}]
indent_style = tab
indent_size = tab
[*.{yaml}]
indent_style = space
tab_width = 2