diff --git a/.editorconfig b/.editorconfig index 21409c4..f1969cc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -20,41 +20,8 @@ indent_style = unset indent_size = unset [{.*,secrets}/**] -end_of_line = unset -insert_final_newline = unset -trim_trailing_whitespace = unset -charset = unset -indent_style = unset -indent_size = unset - -[*.rom] -end_of_line = unset -insert_final_newline = unset -trim_trailing_whitespace = unset -charset = unset -indent_style = unset -indent_size = unset - -[*.py] -indent_size = 4 - -[*.md] -max_line_length = off -trim_trailing_whitespace = false - -# Ignore diffs/patches -[*.{diff,patch}] -end_of_line = unset -insert_final_newline = unset -trim_trailing_whitespace = unset -indent_size = unset -charset = unset -indent_style = unset -indent_size = unset - -[{.*,secrets}/**] -end_of_line = unset -insert_final_newline = unset +end_of_line = false +insert_final_newline = false trim_trailing_whitespace = unset charset = unset indent_style = unset