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

github.com/gohugoio/gohugoioTheme2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Oliff <christianoliff@pm.me>2022-03-03 15:35:23 +0300
committerGitHub <noreply@github.com>2022-03-03 15:35:23 +0300
commit67f808fceef31f0319b1bc9341bcaf0bd0796c17 (patch)
tree91366fa5c02084291d44e86f1f2ba9f45b159315
parentad997e8152e7802ae26a7d94de77c75fd00898e9 (diff)
Create .editorconfig
help keep code formatted consistently
-rw-r--r--.editorconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..551e30b
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,11 @@
+# https://editorconfig.org
+
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_size = 2
+indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true