Skip to content

Instantly share code, notes, and snippets.

@NathanaelGandhi
Last active June 17, 2023 17:02
Show Gist options
  • Save NathanaelGandhi/84dc453941b63612717c7ee135d84af5 to your computer and use it in GitHub Desktop.
Save NathanaelGandhi/84dc453941b63612717c7ee135d84af5 to your computer and use it in GitHub Desktop.
Clang format file for C/C++ projects
################################################################################
# Title: Clang format file for C/C++ projects
# Author: Nathanael Gandhi | gist.github.com/NathanaelGandhi
# Notes: see https://clang.llvm.org/docs/ClangFormatStyleOptions.html
################################################################################
---
BasedOnStyle: Google
Language: Cpp
IndentWidth: 4
UseTab: Never
ColumnLimit: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment