aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbin Larsson <mail@albinlarsson.com>2017-11-04 14:16:00 +0100
committerAlbin Larsson <mail@albinlarsson.com>2017-11-04 14:16:00 +0100
commit1e7a60ee5c29b5db5c568e90ff2f9f9e01205629 (patch)
tree42adf581a390b374323a991d4972ab3d89e4665a
parent8d80f6b05d44a3da8f3818ee5421c33569ec4b2f (diff)
downloadplyr-1e7a60ee5c29b5db5c568e90ff2f9f9e01205629.tar.lz
plyr-1e7a60ee5c29b5db5c568e90ff2f9f9e01205629.tar.xz
plyr-1e7a60ee5c29b5db5c568e90ff2f9f9e01205629.zip
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