Files
IfcOpenShell/.clang-format
T

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