Add configs from Faraday repo

This commit is contained in:
Evan Simkowitz
2024-05-24 17:44:41 -07:00
parent 9e7e7af04a
commit 9bbc39405e
14 changed files with 12342 additions and 2157 deletions
+10
View File
@@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{js,jsx,ts,tsx,json,yml,css,less}]
charset = utf-8
indent_style = tab
indent_size = 4