feat: update templates

This commit is contained in:
Rogee
2025-01-23 19:00:42 +08:00
parent 00c18afbdd
commit 3642136789
12 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
[*.{yaml,yml}]
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab