Skip to content

Commit

Permalink
💚 Hey, yaml, how about you support indenting with tabs??
Browse files Browse the repository at this point in the history
  • Loading branch information
gwennlbh committed Apr 15, 2024
1 parent 76e2b26 commit 9e4d6e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[*.md]
[*.{md,yaml,yml}]
indent_size = 2
indent_style = space
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0 # Not needed if lastUpdated is not enabled
submodules: recursive
submodules: recursive
- uses: oven-sh/setup-bun@v1
- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 9e4d6e9

Please sign in to comment.