Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make sure that every surf_parse is nicely cleaned at exit
[simgrid.git] / .editorconfig
1 # http://editorconfig.org
2 root = true
3
4 [*]
5 end_of_line = lf
6 insert_final_newline = true
7
8 [*.{c,cpp,h,hpp,yml,cmake}]
9 trim_trailing_whitespace = true
10 charset = utf-8
11 indent_style = space
12 indent_size = 2
13
14 [Makefile]
15 indent_style = tab