Commit Graph

3 Commits

Author SHA1 Message Date
Andre Puschmann 52dd4ca980 disable binpack parameters in clang-format 2019-02-01 17:11:55 +01:00
Pedro Alvarez 1141f43b9c Fixed .clang-format to work with Fedora 29. 2018-12-18 16:47:28 +00:00
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.
2018-12-10 17:55:55 +01:00