Skip to content

Commit

Permalink
editorconfig: specify 2-space indent for TOML
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Oct 30, 2023
1 parent 9d61896 commit bbad71f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ trim_trailing_whitespace = true
# Two-space indentation
indent_size = 2

[*.toml]
# Two-space indentation
indent_size = 2

# Tab indentation (no size specified)
[Makefile]
indent_style = tab

0 comments on commit bbad71f

Please sign in to comment.