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

github.com/CSS-Tricks/The-Printliminator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMottie <wowmotty@gmail.com>2015-08-19 05:21:25 +0300
committerMottie <wowmotty@gmail.com>2015-08-23 20:39:11 +0300
commit10b7ce799378be7f46837fa47b9998d2af04e5fa (patch)
treee5b4cd5839f93b2c84b13f546dbf679b53f5341c /.editorconfig
parent7ba5fb154de66dfd4235b48072f5ca886254bfb9 (diff)
Add misc config files
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..7cc5479
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,10 @@
+# Follow the guidelines. Use tabs, not spaces.
+root = true
+
+[src/*.{js,html}]
+indent_style = tab
+indent_size = 2
+trim_trailing_whitespace = true
+end_of_line = lf
+charset = utf-8
+insert_final_newline = true