Skip to content

Instantly share code, notes, and snippets.

View julyfun's full-sized avatar
🐴
休假中

Junjie Fang julyfun

🐴
休假中
  • Shanghai Jiao Tong University
  • Shanghai, China
  • 18:09 (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