diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 5617a5ba2..bef927ca9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,6 +16,9 @@ max_line_length = 119 [*.html] indent_size = 4 +[*.js] +indent_size = 2 + [*.json] indent_size = 4 insert_final_newline = ignore |