mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 03:19:53 +00:00
15 lines
286 B
YAML
15 lines
286 B
YAML
# 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
|