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

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-10-05 16:27:57 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-10-05 16:27:57 +0300
commit6174ca13473f0d3d03368a6d83bd32eb4a65af07 (patch)
treee3d4af74860d6e43767cab3ded43571c0ab8df40 /.editorconfig
parentcd73fa8f379083c056c857bbdacea62f7fbf7861 (diff)
Add .editorconfig file.
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 000000000..f29d257cc
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,11 @@
+# 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