This commit is contained in:
Jorrin
2024-01-14 02:26:22 +01:00
parent 38e0dd87e0
commit 833a1c8ecd
22 changed files with 5183 additions and 10 deletions

View File

@@ -1,8 +1,13 @@
# Editor configuration, see http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
max_line_length = off
trim_trailing_whitespace = false