From 9095bf4445494f0b63020ce950663598ede58411 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Thu, 15 Jun 2023 11:44:49 +0300 Subject: [PATCH] Update .clang-format --- .clang-format | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.clang-format b/.clang-format index 9049d7a0..8251730f 100644 --- a/.clang-format +++ b/.clang-format @@ -5,10 +5,10 @@ AccessModifierOffset: -2 TabWidth: 4 NamespaceIndentation: All UseTab: ForContinuationAndIndentation -AllowShortEnumsOnASingleLine: false +AllowShortEnumsOnASingleLine: true AllowShortCaseLabelsOnASingleLine: true -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false +AllowShortFunctionsOnASingleLine: true +AllowShortIfStatementsOnASingleLine: true Cpp11BracedListStyle: true PackConstructorInitializers: BinPack AlignAfterOpenBracket: BlockIndent