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

github.com/twbs/bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2014-07-11 09:46:57 +0400
committerChris Rebert <code@rebertia.com>2014-07-11 12:24:21 +0400
commitd43985e3c5761fcf727d8ab02f4515a996ee7672 (patch)
treed39670f9abdfeaaf53d4bf8b6fe46ca480ca6dc3 /.editorconfig
parent7dfc312465c294d15b9b8329eb84383d410f58b7 (diff)
add editorconfig via yeoman
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..0ea0cc4
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,10 @@
+# http://editorconfig.org
+root = true
+
+[*]
+indent_style = space
+indent_size = 4
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true