Skip to content

Commit 5ca44b5

Browse files
authored
docs: remove unnecessary comments
Co-authored-by: Khải <hvksmr1996@gmail.com>
1 parent ae8065f commit 5ca44b5

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

.editorconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# EditorConfig helps maintain consistent coding styles across editors.
2-
# https://editorconfig.org
31
root = true
42

53
[*]

.github/workflows/lint.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
name: shell formatting (shfmt)
1414
runs-on: ubuntu-latest
1515
env:
16-
# Keep in sync with any local tooling. Dependabot does not bump this, so
17-
# bump it manually when upgrading shfmt.
1816
SHFMT_VERSION: v3.10.0
1917
steps:
2018
- uses: actions/checkout@v4
@@ -27,8 +25,5 @@ jobs:
2725
chmod +x /usr/local/bin/shfmt
2826
shfmt --version
2927
30-
# shfmt reads indent_style/indent_size from .editorconfig, so this
31-
# enforces the spaces-only, 2-space indentation. It exits non-zero (and
32-
# prints a diff) if any shell script is not formatted accordingly.
3328
- name: Check formatting
3429
run: shfmt -d .

0 commit comments

Comments
 (0)