Skip to content

Instantly share code, notes, and snippets.

View julyfun's full-sized avatar
🐷
working

Junjie Fang julyfun

🐷
working
  • Shanghai Jiao Tong University
  • Shanghai, China
  • 18:19 (UTC +08:00)
View GitHub Profile
@julyfun
julyfun / .clang-format
Created July 30, 2024 07:03
rust-like clang format (rustfmt)
AccessModifierOffset: -4
AlignAfterOpenBracket: BlockIndent
AlignConsecutiveMacros: false
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignEscapedNewlines: DontAlign
AlignOperands: false
AlignTrailingComments: false
AllowAllArgumentsOnNextLine: false
AllowAllConstructorInitializersOnNextLine: false