mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-08 00:24:23 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user