Skip to content

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

Open
pavan-kotha-strandls wants to merge 1 commit intoaccelerate_preprocess_newfrom
formatting-cpp
Open

Formatting scan alignments c++ code using clang-Google formatter#76
pavan-kotha-strandls wants to merge 1 commit intoaccelerate_preprocess_newfrom
formatting-cpp

Conversation

@pavan-kotha-strandls
Copy link
Copy Markdown
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant