mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-15 18:14:08 +00:00
.clang-format settings indent=2 for me, temporarily. style=allman width=80
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user