summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2014-07-19 17:20:09 +0200
committerJustin Worthe <justin.worthe@gmail.com>2014-07-19 17:20:09 +0200
commit3b1ac4677968c186b4b7ff5506e33bf935b1b725 (patch)
treeedd54362e55ab5b7d76211a5ef908a76d61f7eb1 /.editorconfig
parent10d101e5fee782f6370c93ac2e39ebc96054ea4b (diff)
Added analog stick support on controllers
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 0000000..d1d8a41
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,10 @@
+# http://editorconfig.org
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true