Skip to content

Instantly share code, notes, and snippets.

View rdok's full-sized avatar

Rizart Dokollari rdok

View GitHub Profile
@rdok
rdok / .clang-format
Created November 6, 2021 19:35 — 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