This repository has been archived on 2023-02-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
quick-text-bar/.clang-format
T

13 lines
402 B
YAML
Raw Normal View History

2022-08-28 14:27:03 -07:00
BasedOnStyle: LLVM
IndentWidth: 4
UseTab: Never
BreakBeforeBraces: Attach
AllowShortBlocksOnASingleLine: Never
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: Never
AllowShortLambdasOnASingleLine: false
AlwaysBreakTemplateDeclarations: Yes
AllowShortLoopsOnASingleLine: false
AlwaysBreakAfterReturnType: None
IndentCaseLabels: false