Skip to content

Instantly share code, notes, and snippets.

View 3rf's full-sized avatar
💭
brb mom needs comp

Kyle Erf 3rf

💭
brb mom needs comp
View GitHub Profile
@3rf
3rf / .clang-format
Created June 17, 2019 02:34 — forked from intinig/.clang-format
.clang-format for UE4
---
Language: Cpp
AccessModifierOffset: -4
AlignAfterOpenBracket: DontAlign
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignEscapedNewlines: Left
AlignOperands: true
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: true