Add .clang-format
This commit is contained in:
7
.clang-format
Normal file
7
.clang-format
Normal file
@ -0,0 +1,7 @@
|
||||
BasedOnStyle: LLVM
|
||||
IndentWidth: 2
|
||||
ColumnLimit: 80
|
||||
# Derive pointer alignment
|
||||
DerivePointerAlignment: true
|
||||
# As a fallback: pointers to the type (`int* x` instead of `int *x`)
|
||||
PointerAlignment: Left
|
||||
Reference in New Issue
Block a user