2023-01-24 18:44:47 +00:00
|
|
|
{
|
|
|
|
BasedOnStyle: LLVM,
|
|
|
|
UseTab: Never,
|
|
|
|
IndentWidth: 2,
|
|
|
|
TabWidth: 2,
|
|
|
|
BreakBeforeBraces: Allman,
|
|
|
|
AllowShortIfStatementsOnASingleLine: false,
|
|
|
|
IndentCaseLabels: false,
|
2023-01-25 17:45:30 +00:00
|
|
|
ColumnLimit: 90,
|
2023-01-24 18:44:47 +00:00
|
|
|
AccessModifierOffset: -4,
|
|
|
|
NamespaceIndentation: All,
|
|
|
|
FixNamespaceComments: false,
|
|
|
|
SortIncludes: true,
|
|
|
|
}
|