Skip to content

Instantly share code, notes, and snippets.

@rubenhortas
Last active March 31, 2026 18:21
Show Gist options
  • Select an option

  • Save rubenhortas/cb482ad1e9327bbb0431cf2386e87123 to your computer and use it in GitHub Desktop.

Select an option

Save rubenhortas/cb482ad1e9327bbb0431cf2386e87123 to your computer and use it in GitHub Desktop.
Standard C style rules
# Apply to project: Place in the project root directory
# Apply globally: Place in ~/
Language: Cpp
BasedOnStyle: Google
ColumnLimit: 120
IndentWidth: 4
TabWidth: 4
PointerAlignment: Right
AllowShortBlocksOnASingleLine: Never
AllowShortIfStatementsOnASingleLine: Never
AllowShortFunctionsOnASingleLine: None
SpaceBeforeParens: Never
Standard: Latest
SortIncludes: true
SpaceAfterCStyleCast: false
SpacesInParentheses: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment