Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add .editorconfig file
authorGabriel Corona <gabriel.corona@loria.fr>
Mon, 8 Feb 2016 10:22:22 +0000 (11:22 +0100)
committerGabriel Corona <gabriel.corona@loria.fr>
Tue, 9 Feb 2016 11:00:29 +0000 (12:00 +0100)
.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..e70572d
--- /dev/null
@@ -0,0 +1,15 @@
+# http://editorconfig.org
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+
+[*.{c,cpp,h,hpp,yml,cmake}]
+trim_trailing_whitespace = true
+charset = utf-8
+indent_style = space
+indent_size = 2
+
+[Makefile]
+indent_style = tab