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

github.com/diwao/hestia-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiwao <diwao@me.com>2017-06-28 13:27:11 +0300
committerdiwao <diwao@me.com>2017-06-28 13:27:11 +0300
commit82e125ed2dab2775523ef20455562ffc43021700 (patch)
tree35b4a568ca8d800216ceccb454f879f07676ba93 /.editorconfig
parenta198ad7db1ad566fad48273695a9b26cb8c62a9b (diff)
first commit
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