Skip to content

Commit

Permalink
editorconfig: specify 2-space indent for TOML
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Murray <[email protected]>
  • Loading branch information
akx and radarhere committed Nov 3, 2023
1 parent bee9c59 commit 38ca4e1
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 @@ -13,7 +13,7 @@ indent_style = space

trim_trailing_whitespace = true

[*.yml]
[*.{toml,yml}]
# Two-space indentation
indent_size = 2

Expand Down

0 comments on commit 38ca4e1

Please sign in to comment.