fix: cleaner editorconfig

This commit is contained in:
phga 2022-11-20 22:24:40 +01:00
parent 536b15c6c9
commit d52cef9a0e
Signed by: phga
GPG Key ID: 5249548AA705F019

View File

@ -2,10 +2,10 @@
root = true # top-most EditorConfig file
[*]
end_of_line = lf # unix style line endings
insert_final_newline = false # newline at end of file
charset = utf-8 # encoding
max_line_length = 90 # Suggested maximum of 90 characters per line
end_of_line = lf
insert_final_newline = false
charset = utf-8
max_line_length = 90
# .js, .jsx, .ts, .tsx
[*.{js,ts}?]