remove allman break before braces

This commit is contained in:
Krishna Vedala 2020-05-29 19:30:10 -04:00
parent 7ad1f171c1
commit 7e634c2cb3

View File

@ -50,7 +50,7 @@ jobs:
git commit -am "formatting source-code for $GITHUB_SHA" || true git commit -am "formatting source-code for $GITHUB_SHA" || true
env: env:
line1: "{ BasedOnStyle: Google, UseTab: Never," line1: "{ BasedOnStyle: Google, UseTab: Never,"
line2: "IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman," line2: "IndentWidth: 4, TabWidth: 4"
line3: "AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false," line3: "AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false,"
line4: "ColumnLimit: 80, AccessModifierOffset: -3 }" line4: "ColumnLimit: 80, AccessModifierOffset: -3 }"
- name: Git Push - name: Git Push