diff options
author | Bob Ippolito <bob@redivi.com> | 2017-11-23 12:26:24 -0800 |
---|---|---|
committer | Bob Ippolito <bob@redivi.com> | 2017-11-23 12:26:24 -0800 |
commit | a2fd6a11dd4d9444ce745fad4263d10766c5a454 (patch) | |
tree | ddf74a73dd70fcdc7725528abe0e1a218de9d904 | |
parent | 529268f5098810d6d7f589b63d0e7c3ad47102d7 (diff) | |
download | simplejson-a2fd6a11dd4d9444ce745fad4263d10766c5a454.tar.gz |
added editorconfig
-rw-r--r-- | .editorconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e92f3ff --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# EditorConfig is awesome: http://EditorConfig.org + +root = true + +[*] +indent_style = space +indent_size = 4 +insert_final_newline = true +trim_trailing_whitespace = true +end_of_line = lf +charset = utf-8 |