Skip to content

Instantly share code, notes, and snippets.

@mattxlee
Created July 8, 2024 14:29
Show Gist options
  • Save mattxlee/8eb5b424f9ff1a124543342d7581aaa3 to your computer and use it in GitHub Desktop.
Save mattxlee/8eb5b424f9ff1a124543342d7581aaa3 to your computer and use it in GitHub Desktop.
clang-format for c++ projects.
---
Language: Cpp
BasedOnStyle: WebKit
AccessModifierOffset: -2
BreakBeforeBraces: Attach
ColumnLimit: 80
IndentWidth: 2
ContinuationIndentWidth: 4
DerivePointerAlignment: false
PointerAlignment: Left
QualifierAlignment: Right
NamespaceIndentation: None
AllowShortFunctionsOnASingleLine: Empty
AllowShortLambdasOnASingleLine: Empty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment