Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Xianmin <xianmin12@gmail.com>2018-04-19 14:49:57 +0300
committerChen Xianmin <xianmin12@gmail.com>2018-04-19 14:49:57 +0300
commit2c6ab21be267da0e91b71176ada961a3f0ed744f (patch)
tree42cc8027476cf8672850f704a52a28e77fd7d6c0 /.editorconfig
parenta70b050f5dab9147bcd0d6068eb2eb5cd3745179 (diff)
feat: add editorconfig support
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..2305854
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,11 @@
+# editorconfig.org
+
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+indent_style = space
+indent_size = 2