Add .clang-format file (!465)

This commit is contained in:
Luca Weiss 2019-06-25 08:29:13 +02:00 committed by Oliver Smith
parent 0a634a4932
commit 4553bd705a
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

9
.clang-format Normal file
View file

@ -0,0 +1,9 @@
---
# C and C++ code
Language: Cpp
BasedOnStyle: WebKit
DerivePointerAlignment: false
PointerAlignment: Right
TabWidth: 4
UseTab: Always
...