Semaphore/web/.editorconfig

8 lines
179 B
INI
Raw Normal View History

2020-10-03 13:39:33 +02:00
[*.{js,jsx,ts,tsx,vue}]
indent_style = space
indent_size = 2
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 100
2024-12-06 14:53:46 +01:00
quote_type = single