UmlautSoftwareDevelopmentAccount / AP-Functional-Cluster-Template

The template repository for Adaptive Platform Functional Cluster
MIT License
2 stars 10 forks source link

Additional rules to .clang_format #2

Closed insooth closed 4 years ago

insooth commented 4 years ago

Indent access modifiers (like public:) by a space; and expose ! in expressions like if ( ! something) with spaces. Additional config required too.

https://clang.llvm.org/docs/ClangFormatStyleOptions.html

See the referenced pull request: #1