diff options
author | Sam Potts <sam@selz.com> | 2017-11-05 00:49:45 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-05 00:49:45 +1100 |
commit | b1027140679aa050fd6dc49580dcbbf5cf8cd937 (patch) | |
tree | 58a9e9d796d57b4686e5c7a226ef8d6acdab3f42 | |
parent | 13d3037a53d846d100b10d421f266f268c592e40 (diff) | |
parent | 1e7a60ee5c29b5db5c568e90ff2f9f9e01205629 (diff) | |
download | plyr-b1027140679aa050fd6dc49580dcbbf5cf8cd937.tar.lz plyr-b1027140679aa050fd6dc49580dcbbf5cf8cd937.tar.xz plyr-b1027140679aa050fd6dc49580dcbbf5cf8cd937.zip |
Merge pull request #705 from friday/editorconfig
Add .editorconfig file
-rw-r--r-- | .editorconfig | 10 |
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 |