diff options
| -rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index d84a64670..0bd6df8d5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,9 @@ trim_trailing_whitespace = true max_line_length = 120 insert_final_newline = true +[*.lua] +indent_style = space + [*.{cpp,h,inl}] # Visual C++ Code Style settings |