Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[TOOLS] Added .clang-format config
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 22 Jun 2016 12:22:33 +0000 (14:22 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 22 Jun 2016 12:22:33 +0000 (14:22 +0200)
commit99178f6c18b8d3d266baf133b8477797454102bc
tree41b05543c3e4a71e1d8bfd20cc074bf127462cf9
parent1ecf051222132e156d089003dbc908e1d8f37e57
[TOOLS] Added .clang-format config

This is a configuration for clang-format-3.8 or later.
It will help us to have a unified coding style and will
tell us if some code is not well formatted.

This file is only the configuration and does not activate
any hooks. You need to do that yourself, if you want.
.clang-format [new file with mode: 0644]