# SPDX-License-Identifier: Apache-2.0
#
# References:
#   - https://clang.llvm.org/docs/ClangFormatStyleOptions.html

---
BasedOnStyle: LLVM

IndentWidth: 4
TabWidth: 4
UseTab: Always
Cpp11BracedListStyle: true
DerivePointerAlignment: false
PointerAlignment: Right
IndentAccessModifiers: false
AccessModifierOffset: -4
ColumnLimit: 120
BreakBeforeBraces: Linux
