Files
userApp/.editorconfig
2025-04-28 22:35:58 +03:30

19 lines
343 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{js,ts,jsx,tsx}]
quote_type = single
curly_bracket_next_line = false
spaces_around_brackets = inside
indent_brace_style = BSD KNF
[*.md]
max_line_length = off
trim_trailing_whitespace = false