From 1b762cc9cfaa89dd89099e34f0ec1a271bc34b31 Mon Sep 17 00:00:00 2001 From: rockstardev <5191402+rockstardev@users.noreply.github.com> Date: Sat, 12 Apr 2025 23:45:46 -0500 Subject: [PATCH] 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) --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index cf95e93d9..dc481f4ed 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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