mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-13 00:32:28 +00:00
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
|
@ -13,3 +13,7 @@ indent_size = 4
|
|||
[*.{cpp,hpp}]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
||||
[*.lua]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
|
Loading…
Reference in New Issue
Block a user