summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorGuilherme Felipe <guilhermefelipecgs@gmail.com>2015-06-22 14:07:26 -0300
committerGuilherme Felipe <guilhermefelipecgs@gmail.com>2015-06-22 14:07:26 -0300
commit956e0a85640bedd0ec7e23311cd3cf131bb3ffb7 (patch)
treef96f4c6bdd6561f80774ab5c3f19147f232b57b9 /.editorconfig
parente9bbb97acccc08ae03fde41e4cc6d2dc6722021a (diff)
Add .editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000000..e19057f0e8
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,10 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_style = tab
+
+[.travis.yml]
+indent_style = space
+indent_size = 2