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

github.com/gohugoio/gohugoioTheme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Oliff <christianoliff@pm.me>2020-09-07 15:55:51 +0300
committerGitHub <noreply@github.com>2020-09-07 15:55:51 +0300
commit2742f600ce3c72616afc49a7f4d309f2edf4105b (patch)
treeb8b5ae3e247ce81d698140374879641c4504248b
parentf892d77ea64018581ffccb2a7d3043903a1ce4f0 (diff)
Create .editorconfig (#150)
Add .editorconfig to help ensure consistent code-formatting REF: https://editorconfig.org
-rw-r--r--.editorconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..c61ac8ec
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+# https://editorconfig.org
+
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true