.clang-format settings indent=2 for me, temporarily. style=allman width=80

This commit is contained in:
Sander Boer
2019-05-03 17:30:48 +02:00
parent 66508876a5
commit 0b02f7fb2b
+14
View File
@@ -0,0 +1,14 @@
# We'll use defaults from the LLVM style
# https://clangformat.com/
BasedOnStyle: llvm
IndentWidth: 2
ColumnLimit: 80
BreakBeforeBraces: Allman
AlignTrailingComments: true
Language: Cpp
## Force pointers to the type for C++.
# DerivePointerAlignment: false
# PointerAlignment: Right