Commit Graph

1 Commits

Author SHA1 Message Date
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