add .js files to editorconfig, fix insert_final_newline

This commit is contained in:
Sirz Benjie 2025-02-02 20:53:13 -06:00
parent 4410312202
commit a916ca591c
No known key found for this signature in database
GPG Key ID: D4BFA840253CD6D7

12
src/test/.editorconfig Normal file
View File

@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*.{js,ts}]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false