aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2017-11-05 01:02:17 +1100
committerSam Potts <me@sampotts.me>2017-11-05 01:02:17 +1100
commit3cd6c2acf632cf9ca23bd06ed63698f094b14a1e (patch)
tree21ed928db738b396911865d0bdb8d3e7d242dfa7
parent3930ebb339e750f6da8d6936f78d55215414b0f9 (diff)
parentb1027140679aa050fd6dc49580dcbbf5cf8cd937 (diff)
downloadplyr-3cd6c2acf632cf9ca23bd06ed63698f094b14a1e.tar.lz
plyr-3cd6c2acf632cf9ca23bd06ed63698f094b14a1e.tar.xz
plyr-3cd6c2acf632cf9ca23bd06ed63698f094b14a1e.zip
Merge branch 'develop' of https://github.com/Selz/plyr into develop
-rw-r--r--.editorconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..dd9beec5
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,10 @@
+# See editorconfig.org
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_size = 4
+indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true