updated setting to add 1 space before private and public keywords

This commit is contained in:
Krishna Vedala 2020-05-29 17:07:47 -04:00
parent 29705aca4b
commit e459ea26d3

View File

@ -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