Skip to content

Commit

Permalink
ci: Migrate to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
MeFoDy committed Oct 13, 2024
1 parent ea3935e commit 7e44c5a
Show file tree
Hide file tree
Showing 4 changed files with 8,414 additions and 12,549 deletions.
5 changes: 4 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8

[{*.json,*.yml,*.toml}]
[{*.json,*.yml,*.yaml,*.toml}]
indent_size = 2

[*.txt]
indent_size = off

[src/data/contributors.json]
insert_final_newline = false

[src/humans.txt]
indent_style = tab
Loading

0 comments on commit 7e44c5a

Please sign in to comment.