summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiko Beats <josefrancisco.verdu@gmail.com>2015-12-15 12:36:20 +0100
committerKiko Beats <josefrancisco.verdu@gmail.com>2015-12-15 12:36:20 +0100
commite4dc19d066f1fb27645f7a93bd4f32a39c758115 (patch)
tree5a0a4ccc1e59db3a0266c8553819de09a9b53db8
parentf9f62043460e16db0f5bf42045228db150590171 (diff)
downloadasync-e4dc19d066f1fb27645f7a93bd4f32a39c758115.tar.gz
Add .editorconfig
-rw-r--r--.editorconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..7f502d4
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,10 @@
+# editorconfig.org
+root = true
+
+[*]
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+indent_style = space
+indent_size = 4