bookmark/.editorconfig

5 lines
120 B
INI
Raw Normal View History

2021-07-10 03:56:05 +00:00
[*.{js,jsx,ts,tsx,vue}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
2022-04-28 00:47:43 +00:00
insert_final_newline = true