cleanup
This commit is contained in:
parent
daa9394fd5
commit
41d779e3c7
4 changed files with 72 additions and 132 deletions
14
.editorconfig
Normal file
14
.editorconfig
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue