This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/dotfiles/clang-format

22 lines
635 B
YAML

# {{@@ header() @@}}
# ____ _ __ _
# / ___| | __ _ _ __ __ _ / _| ___ _ __ _ __ ___ __ _| |_
# | | | |/ _` | '_ \ / _` |_____| |_ / _ \| '__| '_ ` _ \ / _` | __|
# | |___| | (_| | | | | (_| |_____| _| (_) | | | | | | | | (_| | |_
# \____|_|\__,_|_| |_|\__, | |_| \___/|_| |_| |_| |_|\__,_|\__|
# |___/
BasedOnStyle: LLVM
AllowShortFunctionsOnASingleLine: None
IndentWidth: {{@@ indent_width @@}}
TabWidth: {{@@ indent_width @@}}
ColumnLimit: 80
{%@@ if tabs @@%}
UseTab: ForContinuationAndIndentation
{%@@ endif @@%}
# vim: ft=yaml