From b4cf0a2e71ad2c204925b33f9600dc720e25b827 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Sun, 09 Jan 2022 23:22:58 +0000 Subject: [PATCH] Initial shift to rapidjson --- .clang-format | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/.clang-format b/.clang-format index e6786f7..68225bd 100644 --- a/.clang-format +++ b/.clang-format @@ -5,4 +5,8 @@ AllowShortIfStatementsOnASingleLine: true BreakBeforeBraces: Linux IndentCaseLabels: false ---- \ No newline at end of file +PointerAlignment: Left +AllowShortIfStatementsOnASingleLine: true +IndentCaseBlocks: true +IndentCaseLabels: false +SortUsingDeclarations: true \ No newline at end of file -- Gitblit v1.9.3