Skip to content

Commit

Permalink
include .yaml in editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Feb 26, 2024
1 parent 2e3d185 commit 09be944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ trim_trailing_whitespace = true
max_line_length = 79

# 2 space indentation
[*.yml]
indent_size = 2
[*.yml,*.yaml]
indent_size = 2

0 comments on commit 09be944

Please sign in to comment.