waveterm/.editorconfig
2024-09-26 20:11:23 -07:00

14 lines
201 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{js,jsx,ts,tsx,cjs,json,yml,yaml,css,less}]
charset = utf-8
indent_style = space
indent_size = 4
[CNAME]
insert_final_newline = false