first draft of Quda Benchmark

This commit is contained in:
2024-11-25 15:45:57 +00:00
parent 371a329457
commit 6f9af8acad
3 changed files with 194 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
BasedOnStyle: LLVM,
UseTab: Never,
IndentWidth: 2,
TabWidth: 2,
BreakBeforeBraces: Allman,
AllowShortIfStatementsOnASingleLine: false,
IndentCaseLabels: false,
ColumnLimit: 90,
AccessModifierOffset: -4,
NamespaceIndentation: All,
FixNamespaceComments: false,
SortIncludes: true,
}