Skip to content

Instantly share code, notes, and snippets.

@salty-godzilla
Last active July 22, 2018 15:19
Show Gist options
  • Save salty-godzilla/e75a7fe377210f13ce2978a691ded419 to your computer and use it in GitHub Desktop.
Save salty-godzilla/e75a7fe377210f13ce2978a691ded419 to your computer and use it in GitHub Desktop.
make .clang-format
clang-format -style="{BasedOnStyle: llvm, AccessModifierOffset: -4, BreakBeforeBraces: Linux, ColumnLimit: 120, AllowShortFunctionsOnASingleLine: Empty, AlignEscapedNewlines: Left, ConstructorInitializerAllOnOneLineOrOnePerLine: true, AlignAfterOpenBracket: DontAlign, BinPackArguments: false, AlwaysBreakBeforeMultilineStrings: true, IndentWidth: 4, CommentPragmas: '^(!|\*)', SortIncludes: false}" -dump-config > .clang-format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment