mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-20 16:27:45 +01:00
d8edea9fbc
forgot to update .editorconfig to include scss...
14 lines
206 B
INI
14 lines
206 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
|
|
[*.{js,jsx,ts,tsx,cjs,json,yml,yaml,css,less,scss}]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[CNAME]
|
|
insert_final_newline = false
|