mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +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