Commit Graph

9 Commits

Author SHA1 Message Date
Orgad Shaneh
a05e54f00c JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
SupSuper
92c1fa65a8 ALL: clang-format use tabs for initializers like detection tables 2021-02-14 22:40:29 +00:00
Michał Janiszewski
fb2a740dc7 JANITORIAL: Use C++03 standard in clang-format rules
This mostly addresses the problem of ending double templates with `> >`
instead of `>>`, a feature only enabled in newer C++ standards.
2020-07-15 15:30:55 +02:00
SupSuper
91013bacf8 ALL: Another clang-format MSVC fix 2020-05-19 04:09:18 +01:00
Eugene Sandulenko
8c5ee3672a ALL: Remove formatting which MSVC is not happy about from .clang-format 2020-05-11 00:07:44 +02:00
Bastien Bouclet
5a1909f5fd ALL: .clang-foramt fixes
The project code formatting conventions specify we use tabs for
indentation, and don't increase the indentation level in namespaces.
2020-05-06 21:30:11 +02:00
Roland van Laar
03fdee906e ALL: Fix .clang-format
It's used by VScode. A missing comma threw this error:
    error: invalid boolean
2020-05-06 20:20:49 +02:00
Eugene Sandulenko
1970bde7ad ALL: Fix .clang-foramt
It is used by vscode editor
2020-05-06 17:43:54 +02:00
Eugene Sandulenko
55cac1a5eb MISC: Added .clang-format for automatic formatting 2020-05-06 15:49:08 +02:00