diff --git a/DRAMSys/traceAnalyzer/.clang-format b/DRAMSys/traceAnalyzer/.clang-format new file mode 100644 index 00000000..950e9ea8 --- /dev/null +++ b/DRAMSys/traceAnalyzer/.clang-format @@ -0,0 +1,13 @@ +--- +BasedOnStyle: LLVM +AccessModifierOffset: '-4' +AllowShortFunctionsOnASingleLine: None +AllowShortIfStatementsOnASingleLine: Never +AllowShortLoopsOnASingleLine: 'false' +AlwaysBreakTemplateDeclarations: 'true' +BreakBeforeBraces: Allman +ColumnLimit: '120' +IndentWidth: '4' +PointerAlignment: Right + +...