Last active
June 17, 2023 17:02
-
-
Save NathanaelGandhi/84dc453941b63612717c7ee135d84af5 to your computer and use it in GitHub Desktop.
Clang format file for C/C++ projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
# 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