From: Gabriel Corona Date: Mon, 8 Feb 2016 10:22:22 +0000 (+0100) Subject: Add .editorconfig file X-Git-Tag: v3_13~904 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/91c5630f94f6198e94487eac0277b858d5ed9ef2?ds=sidebyside Add .editorconfig file --- diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..e70572d9bc --- /dev/null +++ b/.editorconfig @@ -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