Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
timkelty committed Sep 2, 2021
1 parent 9e10912 commit d226fc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[{package.json,tailwind.js}]
[{package.json,tailwind.js,*.yml}]
indent_size = 2

[*.md]
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
web/
vendor/
*.yml

0 comments on commit d226fc3

Please sign in to comment.