mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Add JS to editorconfig
Uses tabs for JS files Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
parent
853ae057dd
commit
545cf99a0c
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ trim_trailing_whitespace = true
|
|||
indent_size = 4
|
||||
indent_style = space
|
||||
|
||||
[*.{js,mjs}]
|
||||
indent_style = tab
|
||||
|
||||
[*.py]
|
||||
indent_size = 4
|
||||
indent_style = space
|
||||
|
|
|
|||
Loading…
Reference in a new issue