Skip to content

Commit

Permalink
Prevent rust code formatting check to fail on spaces after tabs (#1646)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Sapede authored Jun 30, 2022
1 parent 349af40 commit 74324db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .ecrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"SpacesAftertabs": true
}
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
run: |
ls /tmp/bin/ec-linux-amd64 || \
cd /tmp && \
wget https://github.com/editorconfig-checker/editorconfig-checker/releases/download/2.4.0/ec-linux-amd64.tar.gz && \
wget https://github.com/editorconfig-checker/editorconfig-checker/releases/download/2.5.0/ec-linux-amd64.tar.gz && \
tar xvf ec-linux-amd64.tar.gz && \
chmod +x bin/ec-linux-amd64
- name: Check files
Expand Down

0 comments on commit 74324db

Please sign in to comment.