[Scripts] Add clang-format

This commit is contained in:
Andre Meyering 2018-10-31 14:45:06 +01:00
parent 8c992e539e
commit 96a0749d91
4 changed files with 173 additions and 168 deletions

View file

@ -1,6 +1,6 @@
---
Language: Cpp
BasedOnStyle: WebKit
ColumnLimit: 100
ColumnLimit: 0
FixNamespaceComments: true
...