Initial commit

This commit is contained in:
2025-09-15 16:08:41 +02:00
commit 19226ca82a
8 changed files with 156 additions and 0 deletions

27
.editorconfig Normal file
View File

@@ -0,0 +1,27 @@
[*]
end_of_line = LF
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.{ts,js,tsx,jsx,lua,sh}]
charset = utf-8
indent_style = space
indent_size = 2
[*.{go,bb}]
indent_style = tab
[Makefile]
indent_style = tab
[*.{yml,json}]
indent_style = space
indent_size = 2
[meson.{build,options}]
indent_style = space
indent_size = 2