add .lua files to .editorconfig
we currently use the same indentation style for lua as for cpp files
This commit is contained in:
parent
7f3378d00c
commit
6cb9cbeca8
1 changed files with 4 additions and 0 deletions
|
@ -13,3 +13,7 @@ indent_size = 4
|
|||
[*.{cpp,hpp}]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
||||
[*.lua]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
|
Loading…
Add table
Reference in a new issue