Improving .editorconfig

space_before_self_closing directive is not used, ij_html_space_inside_empty_tag works in Rider
also recognizing that most of our code files have lines that are 160 chars long (rather than standard 120 chars)
This commit is contained in:
rockstardev
2025-04-12 23:45:46 -05:00
parent a0e8ef4bff
commit 1b762cc9cf

View File

@@ -12,6 +12,8 @@ indent_style = space
indent_size = 4
charset = utf-8
space_before_self_closing = true
ij_html_space_inside_empty_tag = true
max_line_length = 160
[*.json]
indent_size = 2