diff --git a/.editorconfig b/.editorconfig index 4b279abb8..7c4345e3e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,10 +10,14 @@ root = true [*] -end_of_line = lf # Unix-style newlines -charset = utf-8 # All files are in UTF-8 -insert_final_newline = true # All files end with a newline -trim_trailing_whitespace = true # No trailing whitespaces +# Unix-style newlines +end_of_line = lf +# All files are in UTF-8 +charset = utf-8 +# All files end with a newline +insert_final_newline = true +# No trailing whitespaces +trim_trailing_whitespace = true [Makefile] indent_style = tab