Skip to content

Commit

Permalink
fix: use space indenting for yaml files (cloudflare#16295)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherry authored Aug 20, 2024
1 parent 7e346d6 commit 23285ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false

[*.yml]
[*.{yml,yaml}]
indent_style = space

0 comments on commit 23285ea

Please sign in to comment.