diff --git a/.editorconfig b/.editorconfig index acf97ba..7c37483 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,6 @@ root = true - -[*.json] -indent_style = space +[*] +indent_style = tabs indent_size = 4 +max_line_length = 160 +trim_trailing_whitespace = true