Browse Source
Add javascript to .editorconfig (#9825)
We're using 4 spaces for JavaScript, too.
pull/9829/head
Pablo Zmdl
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.editorconfig
|
|
@ -6,7 +6,7 @@ root = true |
|
|
|
end_of_line = lf |
|
|
|
insert_final_newline = true |
|
|
|
|
|
|
|
[*.{json, php, sh}] |
|
|
|
[*.{json, php, sh, js}] |
|
|
|
charset = utf-8 |
|
|
|
indent_style = space |
|
|
|
indent_size = 4 |
|
|
|