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
parent
commit
197dbcc35b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .editorconfig

2
.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

Loading…
Cancel
Save