diff --git a/.editorconfig b/.editorconfig index ba843ef..2e29793 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,6 +13,6 @@ insert_final_newline = true # Set default charset [*.{cpp,hpp,c,h,txt,md}] charset = utf-8 -indent_style = tab -indent_size = 4 -trim_trailing_whitespace = true \ No newline at end of file +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true