add editorconfig file (#1947)

pull/1950/head
kooshie 2 years ago committed by GitHub
parent 1edd1d87b8
commit c81d439cb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      .editorconfig

@ -0,0 +1,9 @@
# EditorConfig is awesome: https://EditorConfig.org
root = true
[*.lua]
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
Loading…
Cancel
Save