gamebrary/.editorconfig

8 lines
160 B
INI
Raw Permalink Normal View History

2022-04-12 21:45:08 +00:00
[*.{js,jsx,ts,tsx,vue}]
2018-10-19 05:15:28 +00:00
indent_style = space
indent_size = 2
end_of_line = lf
trim_trailing_whitespace = true
2022-04-12 21:45:08 +00:00
insert_final_newline = true
max_line_length = 100