blob: 0922593ab9d3ede1d82d7597a75d2566b39ae65d (
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
|