From b87d5bf20eeea7f6a865066f9a39f7fd084df8ee Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 11 Sep 2025 22:08:25 +1000 Subject: plugin: format + refactor --- .clang-format | 3 +++ 1 file changed, 3 insertions(+) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 46e3014..75eab98 100644 --- a/.clang-format +++ b/.clang-format @@ -19,4 +19,7 @@ EmptyLineAfterAccessModifier: Never EmptyLineBeforeAccessModifier: Always IndentAccessModifiers: false IndentCaseLabels: false +InsertNewlineAtEOF: true +SeparateDefinitionBlocks: Always +WrapNamespaceBodyWithEmptyLines: Always ... -- cgit v1.2.3-freya