diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..657f087 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# Editorconfig for rabalderblog +# see https://editorconfig.org/ + +[*] +end_of_line = lf +insert_final_newline = true + +[*.html] +indent_size = 2 +indent_style = tab |