neusomatic icon indicating copy to clipboard operation
neusomatic copied to clipboard

Formatting scan alignments c++ code using clang-Google formatter

Open pavanstrand opened this issue 2 years ago • 0 comments

Clang C/C++ configuration: { BasedOnStyle: Google, UseTab: Never, IndentWidth: 2, TabWidth: 2, BreakBeforeBraces: Attach, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, AccessModifierOffset: -2, ColumnLimit: 90 }

pavanstrand avatar Jul 07 '21 14:07 pavanstrand