chore: apply editorconfig to code only (#1355)

* chore: apply editorconfig to code only

* Update file extensions in .editorconfig
This commit is contained in:
typicode 2024-01-25 16:20:01 +01:00 committed by GitHub
parent f44635127c
commit 534bfed513
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
root = true
[*]
[*.{json,js,ts,sh}]
end_of_line = lf
indent_style = tab
insert_final_newline = false