add .clang-format file

Tried to infer the style from existing files.
This commit is contained in:
Girts Folkmanis 2020-03-15 19:29:35 -07:00
parent 7a4a1af332
commit 8cabb3ea3d

6
.clang-format Normal file
View File

@ -0,0 +1,6 @@
Language: Cpp
IndentWidth: 4
ColumnLimit: 130
PointerAlignment: Right
BreakBeforeBraces: Linux
AllowShortFunctionsOnASingleLine: Inline