From 05efc56b62108e20ffb359b90f74f75bd614bdee Mon Sep 17 00:00:00 2001 From: Andrew McRobb Date: Wed, 18 Jan 2017 12:01:03 -0700 Subject: [FEATURE] Add .editorConfig Settings. [skip ci] https://github.com/erlang/rebar3/issues/1443 --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..7e2f83d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# EditorConfig file: http://EditorConfig.org + +# Top-most EditorConfig file. +root = true + +# Unix-style, newlines, indent style of 4 spaces, with a newline ending every file. +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +trim_trailing_whitespace = true +indent_style = space +indent_size = 4 -- cgit v1.1