add .lua files to .editorconfig

we currently use the same indentation style for  lua as for cpp files
This commit is contained in:
gfgtdf 2024-07-23 03:21:43 +02:00
parent 7f3378d00c
commit 6cb9cbeca8

View File

@ -13,3 +13,7 @@ indent_size = 4
[*.{cpp,hpp}]
indent_style = tab
indent_size = 4
[*.lua]
indent_style = tab
indent_size = 4