Skip to content

Instantly share code, notes, and snippets.

@k4rtik
Created July 6, 2016 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save k4rtik/a0429b31f89c50a98fc2382a3b4340d9 to your computer and use it in GitHub Desktop.
Save k4rtik/a0429b31f89c50a98fc2382a3b4340d9 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
clang-format -style="{BasedOnStyle: llvm, IndentWidth: 4, AllowShortFunctionsOnASingleLine: None, KeepEmptyLinesAtTheStartOfBlocks: false}" "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment