diff --git a/.editorconfig b/.editorconfig index b179472..e07383b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,6 @@ insert_final_newline = true [Makefile] indent_style = tab indent_size = 2 + +[tabs.js] +indent_style = tab