From 4e1f23a479ef8f23d73e0b7431ad6d49069ecedb Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Thu, 27 Jun 2024 15:12:35 +0100 Subject: (ClangFormat)~Organise keys --- ClangFormat/.clang-format | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'ClangFormat/.clang-format') diff --git a/ClangFormat/.clang-format b/ClangFormat/.clang-format index 9b7219c..20c4e46 100644 --- a/ClangFormat/.clang-format +++ b/ClangFormat/.clang-format @@ -1,17 +1,15 @@ # .clang-format -*- mode: yaml; lexical-binding: t; -*- -BasedOnStyle: LLVM -IndentWidth: 2 AccessModifierOffset: -2 AlignAfterOpenBracket: Align AlignConsecutiveAssignments: true AlignConsecutiveBitFields: true AlignConsecutiveMacros: true AlignEscapedNewlines: true -AllowShortLoopsOnASingleLine: false AllowShortFunctionsOnASingleLine: false AllowShortLambdasOnASingleLine: false +AllowShortLoopsOnASingleLine: false AlwaysBreakTemplateDeclarations: Yes -NamespaceIndentation: All +BasedOnStyle: LLVM BreakBeforeBraces: Custom BraceWrapping: AfterEnum: true @@ -27,3 +25,6 @@ BraceWrapping: BeforeElse: true SplitEmptyFunction: true IndentBraces: false +ColumnLimit: 80 +IndentWidth: 2 +NamespaceIndentation: All -- cgit v1.2.3-13-gbd6f