aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <sam@selz.com>2017-11-05 00:49:45 +1100
committerGitHub <noreply@github.com>2017-11-05 00:49:45 +1100
commitb1027140679aa050fd6dc49580dcbbf5cf8cd937 (patch)
tree58a9e9d796d57b4686e5c7a226ef8d6acdab3f42
parent13d3037a53d846d100b10d421f266f268c592e40 (diff)
parent1e7a60ee5c29b5db5c568e90ff2f9f9e01205629 (diff)
downloadplyr-b1027140679aa050fd6dc49580dcbbf5cf8cd937.tar.lz
plyr-b1027140679aa050fd6dc49580dcbbf5cf8cd937.tar.xz
plyr-b1027140679aa050fd6dc49580dcbbf5cf8cd937.zip
Merge pull request #705 from friday/editorconfig
Add .editorconfig file
-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