diff --git a/.editorconfig b/.editorconfig index 39d1a93..71a4fb8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,16 +1,12 @@ -# EditorConfig is awesome: https://EditorConfig.org +# EditorConfig +# See https://EditorConfig.org -# top-most EditorConfig file root = true -# Unix-style newlines with a newline ending every file [*] +charset = utf-8 +indent_size = 4 end_of_line = lf +indent_style = space insert_final_newline = true trim_trailing_whitespace = true - -# Set default charset -[*.{json,py}] -charset = utf-8 -indent_style = space -indent_size = 4