gamebrary/.editorconfig

8 lines
160 B
INI
Raw Normal View History

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