diff options
| author | Stefan Boberg <[email protected]> | 2022-06-07 13:19:21 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-07 13:19:21 +0200 |
| commit | 0408244db54f8b02fc19418844c82e9d9feef2c9 (patch) | |
| tree | 68745f1e30d73ccf11324d218301a54ad34f607f | |
| parent | Merge pull request #120 from EpicGames/de/fix-failed-to-finalize-file (diff) | |
| download | zen-0408244db54f8b02fc19418844c82e9d9feef2c9.tar.xz zen-0408244db54f8b02fc19418844c82e9d9feef2c9.zip | |
Update .editorconfig
Updated .editorconfig to better reflect to our style
| -rw-r--r-- | .editorconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index e81597314..d84a64670 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,9 +1,14 @@ # Visual Studio generated .editorconfig file with C++ settings. root = true +# Baseline +[*] +charset = utf-8 indent_style = tab indent_size = 4 +tab_width = 4 trim_trailing_whitespace = true +max_line_length = 120 insert_final_newline = true [*.{cpp,h,inl}] |