This commit is contained in:
Alexander Gehrke 2023-09-08 12:06:53 +02:00
parent daa9394fd5
commit 41d779e3c7
4 changed files with 72 additions and 132 deletions

14
.editorconfig Normal file
View file

@ -0,0 +1,14 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.{lua,vim}]
indent_size = tab
indent_style = tab
trim_trailing_whitespace = true
[*.{lua}]
max_line_length = 140