Browse Source

feat: add editorconfig file

my-config
NTBBloodbath 3 years ago
parent
commit
60fb7e907c
No known key found for this signature in database GPG Key ID: 18D6730BC846AAC5
  1. 13
      .editorconfig

13
.editorconfig

@ -0,0 +1,13 @@
root = true
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
# 2 spaces indentation
[*.lua]
indent_size = 2
indent_style = space
Loading…
Cancel
Save