add .clang-format file

Tried to infer the style from existing files.
1.2-legacy
Girts Folkmanis 2020-03-15 19:29:35 -07:00
rodzic 7a4a1af332
commit 8cabb3ea3d
1 zmienionych plików z 6 dodań i 0 usunięć

6
.clang-format 100644
Wyświetl plik

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