summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authoramzrk22021-02-10 17:03:02 +0800
committeramzrk22021-02-10 17:03:02 +0800
commit1e8348d088671298edc09f6e50a486e0d7c8fcdc (patch)
treee7509e6909d1fcc488023e8014cb6f1cbb7987cb /.editorconfig
parent8dd4d3133a3c3d32b080f6b4737b5384b44584d4 (diff)
downloadhugo-theme-fuji-1e8348d088671298edc09f6e50a486e0d7c8fcdc.tar.gz
hugo-theme-fuji-1e8348d088671298edc09f6e50a486e0d7c8fcdc.tar.bz2
hugo-theme-fuji-1e8348d088671298edc09f6e50a486e0d7c8fcdc.zip
update: license
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..4a7ea30
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.md]
+trim_trailing_whitespace = false