diff options
author | Rory& <root@rory.gay> | 2024-01-24 16:55:14 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-01-24 16:55:14 +0100 |
commit | 01f4275f318b973da1066db99f1676d362fa3076 (patch) | |
tree | 345b20ce96ffa5602ad5f7b10e8389f97041e786 /.editorconfig | |
parent | Removal of download links due to maintenance burden (diff) | |
download | MatrixUtils-01f4275f318b973da1066db99f1676d362fa3076.tar.xz |
Make RMU installable
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 3bc1adf..e98e832 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,5 @@ +root = true + [*] charset = utf-8 end_of_line = lf @@ -1795,3 +1797,9 @@ resharper_zero_index_from_end_highlighting = warning # ReSharper properties resharper_csharp_int_align_comments = true + +[*.html] +indent_size = 4 +tab_width = 4 +indent_style = space +ij_html_do_not_indent_children_of_tags = \ No newline at end of file |