Add .clang-format.

I don't want to enforce any coding-style in this repository, but at
least being able to auto-format some of my code.
This commit is contained in:
ArthurSonzogni 2017-12-12 22:42:45 +01:00
parent 8cd6ab8909
commit 05f072b7ba

2
.clang-format Normal file
View File

@ -0,0 +1,2 @@
BasedOnStyle: Chromium
Standard: Cpp11