chore: add lua to .editorconfig (#1189)

This commit is contained in:
Daniel M. Capella 2021-08-26 02:37:50 +00:00 committed by GitHub
parent 45b6b19256
commit 139ac76df1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,10 @@ end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.lua]
indent_style = space
indent_size = 2
[{Makefile,**/Makefile,runtime/doc/*.txt}]
indent_style = tab
indent_size = 8