From e459ea26d347140851b2accd8b1fe0d66ac629de Mon Sep 17 00:00:00 2001 From: Krishna Vedala <7001608+kvedala@users.noreply.github.com> Date: Fri, 29 May 2020 17:07:47 -0400 Subject: [PATCH] updated setting to add 1 space before `private` and `public` keywords --- .github/workflows/clang-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 6a95452e8..4acf66536 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -27,7 +27,7 @@ jobs: line1: "{ BasedOnStyle: Google, UseTab: Never," line2: "IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman," line3: "AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false," - line4: "ColumnLimit: 80, AccessModifierOffset: -4 }" + line4: "ColumnLimit: 80, AccessModifierOffset: -3 }" - name: Commit files run: | cp -rp ./build/html/* . && rm -rf ./build && ls -lah