blob: 1c7765b824fa3a19260c1cae77281f988e00d86e (
plain) (
tree)
|
|
# dotfiles -- clang-format
# author: johannst
# doc : https://clang.llvm.org/docs/ClangFormatStyleOptions.html
---
Language: Cpp
BasedOnStyle: Chromium
AllowShortFunctionsOnASingleLine: None
AccessModifierOffset: -2
IndentWidth: 2
AlignConsecutiveMacros: true
AlignConsecutiveAssignments: true
|