lattice-benchmarks/Grid/.clang-format

15 lines
307 B
Plaintext
Raw Normal View History

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,
}