mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
added missing comma lost in previous commit
This commit is contained in:
parent
7e634c2cb3
commit
daca1b5715
2
.github/workflows/clang-format.yml
vendored
2
.github/workflows/clang-format.yml
vendored
@ -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"
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user