Apply new .clang-format

This commit is contained in:
Tilen Majerle 2023-05-28 12:04:53 +02:00
parent d5a595e03c
commit 6f4d286f47
3 changed files with 20 additions and 20 deletions

View File

@ -16,14 +16,14 @@ AlignConsecutiveBitFields:
AlignConsecutiveDeclarations: None
AlignEscapedNewlines: Right
AlignOperands: Align
SortIncludes: false
SortIncludes: true
InsertBraces: true # Control statements must have curly brackets
AlignTrailingComments: true
AllowAllArgumentsOnNextLine: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortEnumsOnASingleLine: true
AllowShortBlocksOnASingleLine: Empty
AllowShortCaseLabelsOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: All
AllowShortLambdasOnASingleLine: All
AllowShortIfStatementsOnASingleLine: Never

View File

@ -35,8 +35,8 @@
#define LWMEM_HDR_H
#include <limits.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
#include "lwmem/lwmem_opt.h"
#ifdef __cplusplus