Files

11 lines
163 B
INI
Raw Permalink Normal View History

2024-05-24 17:44:41 -07:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
2024-08-30 10:13:40 -07:00
[*.{js,jsx,ts,tsx,cjs,json,yml,yaml,css,less}]
2024-05-24 17:44:41 -07:00
charset = utf-8
2024-05-28 12:12:28 -07:00
indent_style = space
2024-05-24 17:44:41 -07:00
indent_size = 4