summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2020-05-30 20:07:21 +0200
committerHarald Eilertsen <haraldei@anduin.net>2020-05-30 20:07:21 +0200
commit164c306795577ec7667d338c28a7544bbb8c241b (patch)
tree3607fdeaeeee57505fa547041a4cfd33a827abca /.editorconfig
downloadrabalderz-164c306795577ec7667d338c28a7544bbb8c241b.tar.gz
rabalderz-164c306795577ec7667d338c28a7544bbb8c241b.tar.bz2
rabalderz-164c306795577ec7667d338c28a7544bbb8c241b.zip
et up baseic structure for homepage/blog with Zola
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig10
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