summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2017-11-23 12:26:24 -0800
committerBob Ippolito <bob@redivi.com>2017-11-23 12:26:24 -0800
commita2fd6a11dd4d9444ce745fad4263d10766c5a454 (patch)
treeddf74a73dd70fcdc7725528abe0e1a218de9d904 /.editorconfig
parent529268f5098810d6d7f589b63d0e7c3ad47102d7 (diff)
downloadsimplejson-a2fd6a11dd4d9444ce745fad4263d10766c5a454.tar.gz
added editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig11
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