aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-08-27 14:05:48 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-08-27 14:05:48 +0200
commit9f5454bda6299db43a4e9de5b3716471388b81d9 (patch)
tree1ceedf64a4517a372d70efc2b6f4bbd9478ce792 /.editorconfig
parente728c3a2cbd06d95cd1226d3b23473816bd0d67e (diff)
downloadmitjafelicijan.com-9f5454bda6299db43a4e9de5b3716471388b81d9.tar.gz
Move blog to Hugo
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index eebf0a8..50fbc96 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,8 +1,12 @@
1# EditorConfig is awesome: https://EditorConfig.org
2
3# top-most EditorConfig file
1root = true 4root = true
2 5
3[*] 6[*]
4indent_style = space 7indent_style = space
5indent_size = 2 8indent_size = 2
9end_of_line = lf
6charset = utf-8 10charset = utf-8
7trim_trailing_whitespace = true 11trim_trailing_whitespace = true
8insert_final_newline = true 12insert_final_newline = true