Skip to content

Commit

Permalink
Use tabs for indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pepelsbey committed Oct 25, 2024
1 parent 17612c1 commit 4414ee2
Show file tree
Hide file tree
Showing 37 changed files with 4,260 additions and 4,259 deletions.
5 changes: 3 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
root = true

[*]
indent_style = space
indent_style = tab
indent_size = 4
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8

[{*.json,*.yml,.stylelintrc}]
[*.yml]
indent_style = space
indent_size = 2
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
- run: npm ci
- run: npm test
Loading

0 comments on commit 4414ee2

Please sign in to comment.