diff --git a/wire/.editorconfig b/wire/.editorconfig index ed802d68..6b46728e 100644 --- a/wire/.editorconfig +++ b/wire/.editorconfig @@ -11,21 +11,18 @@ end_of_line = lf [*.{php,inc,module}] -tab_width = 4 indent_style = tab trim_trailing_whitespace = false insert_final_newline = true [*.js] -tab_width = 4 indent_style = tab trim_trailing_whitespace = true insert_final_newline = true [*.{css,less,scss}] -tab_width = 2 indent_style = tab trim_trailing_whitespace = true insert_final_newline = true