Add JS to editorconfig

Uses tabs for JS files

Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
Ralph Sennhauser 2025-04-29 17:43:27 +02:00
parent 853ae057dd
commit 545cf99a0c
No known key found for this signature in database

View file

@ -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