aboutsummaryrefslogtreecommitdiffhomepage
path: root/.editorconfig
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-01-31 06:05:53 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-01-31 06:43:40 +0100
commitae66d78b8e50e7727028ae8649001e3d4b2cd75f (patch)
tree69a3063aca95fb02fc9f59e6db80f60fc270a7b0 /.editorconfig
parent7448d3d69e706da3cdf7bf6b81f71955717e4a53 (diff)
Adding an editorconfig configuration file.
Check http://editorconfig.org/ for more information.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000000..f744516924
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,7 @@
+root = true
+[**]
+end_of_line = LF
+indent_style = space
+indent_size = 2
+insert_final_newline = true
+tab_width = 8