mirror of https://github.com/typicode/husky.git
chore: apply editorconfig to code only (#1355)
* chore: apply editorconfig to code only * Update file extensions in .editorconfig
This commit is contained in:
parent
f44635127c
commit
534bfed513
|
@ -1,5 +1,5 @@
|
||||||
root = true
|
root = true
|
||||||
[*]
|
[*.{json,js,ts,sh}]
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
insert_final_newline = false
|
insert_final_newline = false
|
||||||
|
|
Loading…
Reference in New Issue