diff --git a/.editorconfig b/.editorconfig index c0d052e..d3a1d17 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,6 +2,6 @@ root = true [*.{h,cpp,hpp}] charset = utf-8 -indent_style = spaces +indent_style = space indent_size = 2 trim_trailing_whitespace = true