diff --git a/.editorconfig b/.editorconfig index 97c4bec..68dc435 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,10 +1,10 @@ # Unix-style newlines with a newline ending every file [*] +charset = utf-8 +indent_style = tab end_of_line = lf insert_final_newline = true [*.py] -charset = utf-8 -indent_style = tab indent_size = 4