Skip to content

Commit

Permalink
Add YAML settings to editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
CoffeeCoder1 committed Nov 28, 2024
1 parent ab59392 commit bd7bde6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ root = true

[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false

[*.yml]
indent_style = space
indent_size = 2

0 comments on commit bd7bde6

Please sign in to comment.