diff options
| author | Stefan Boberg <[email protected]> | 2022-09-20 17:33:16 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2022-09-20 17:33:16 +0200 |
| commit | 503254322a01773c6a7a84bd44c1d471d57f8cef (patch) | |
| tree | 3eefbfb76d9514671607c55d6bf0db4284d3e4af | |
| parent | Use BLAKE3 port from vcpkg (#141) (diff) | |
| download | zen-503254322a01773c6a7a84bd44c1d471d57f8cef.tar.xz zen-503254322a01773c6a7a84bd44c1d471d57f8cef.zip | |
editorconfig: our lua files use spaces for indentation
this was not a conscious decision but it seems reasonable to make it explicit with this config setting, at least for now
| -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 |