bids-standard / legacy-validator

Validator for the Brain Imaging Data Structure
https://bids-standard.github.io/legacy-validator/
MIT License
186 stars 111 forks source link

chore: Add .editorconfig #2072

Closed effigies closed 3 months ago

effigies commented 3 months ago

Neovim's default javascript settings want to use tabs. While I can update my settings on every box, it also makes sense to set conventions at the repo level. .editorconfig is widely supported: https://editorconfig.org/

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.20%. Comparing base (a4e1a09) to head (2b82879). Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2072 +/- ## ========================================== + Coverage 85.69% 87.20% +1.51% ========================================== Files 91 139 +48 Lines 3782 6738 +2956 Branches 1220 1589 +369 ========================================== + Hits 3241 5876 +2635 - Misses 455 772 +317 - Partials 86 90 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.