diff options
| -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}] |