Skip to content

Renamend clang-format to .clang-format

Christoph Fischer requested to merge devel_issue_335 into master

Fixes #335 (closed).

According to the documentation (https://clang.llvm.org/docs/ClangFormat.html), this file should have a dot at the start. With this convention, CLion is also able to automatically detect and apply this clang format file.

Merge request reports