Files
myprojplanet_vite/.editorconfig

8 lines
170 B
INI
Raw Normal View History

2025-03-01 14:14:43 +01:00
[*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,vue}]
2021-08-31 18:09:59 +02:00
charset = utf-8
indent_size = 2
2025-03-01 14:14:43 +01:00
indent_style = space
2021-08-31 18:09:59 +02:00
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true