From 164c306795577ec7667d338c28a7544bbb8c241b Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 30 May 2020 20:07:21 +0200 Subject: et up baseic structure for homepage/blog with Zola --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') 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 -- cgit v1.2.3