5 Commits (adf840ebdc4b5ebd193192dcba9db2568e3d8de4)

Author SHA1 Message Date
Pedro Alvarez 879f5e627d Fixed clang-format to work with Fedora 29 6 years ago
Ismael Gomez 7780b1aba5 add tdd/ca support 6 years ago
Andre Puschmann 52dd4ca980 disable binpack parameters in clang-format 6 years ago
Pedro Alvarez 1141f43b9c Fixed .clang-format to work with Fedora 29. 6 years ago
Pedro Alvarez 21e1573152 Clang-format style guide. (#296)
* Added initial clang-format style guide.

* Added Inline exception for single-line functions. Changed pointer alignment to left. Changed AlignConsecotiveDeclaration to true.

* Changed BreakTemplateDeclarations to true. Changed Standard to Cpp03

* Changed break after class, inheritance list breaks and constructor initializers list.

* Changed Case indentation to have space. Changed the options for inheritance lists / contructor initializer lists.

* Removed comment.
6 years ago