diff options
author | Runxi Yu <me@runxiyu.org> | 2024-07-27 08:00:00 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-07-27 08:00:00 +0800 |
commit | 7e04040e3510370d754c4afa94d78da24b43d13e (patch) | |
tree | 6613ec1419aa64cab78ff89d4d026ff7a8e74a23 /.editorconfig | |
parent | Some more HTML sanities (diff) | |
download | legitrx-7e04040e3510370d754c4afa94d78da24b43d13e.tar.gz legitrx-7e04040e3510370d754c4afa94d78da24b43d13e.tar.zst legitrx-7e04040e3510370d754c4afa94d78da24b43d13e.zip |
More HTML sanification
Diffstat (limited to '')
-rw-r--r-- | .editorconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..b4c8f40 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style = tab +indent_size = 8 + +[*.html] +indent_style = tab +indent_size = 4 |