husky/.editorconfig

6 lines
97 B
INI
Raw Permalink Normal View History

2024-01-25 09:49:33 +08:00
root = true
[*.{json,js,ts,sh}]
2024-01-25 09:49:33 +08:00
end_of_line = lf
indent_style = tab
insert_final_newline = false