Skip to content

Commit

Permalink
try add yml to .editorconfig for prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
nietras committed Feb 1, 2025
1 parent 32b5fb1 commit 579bb20
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ indent_size = 4
insert_final_newline = true
charset = utf-8-bom

# yaml files (for prettier)
[*.{yml,yaml}]
charset = utf-8
insert_final_newline = true
indent_size = 2
end_of_line = auto

#sort System.* using directives alphabetically, and place them before other usings
dotnet_sort_system_directives_first = true

Expand Down

0 comments on commit 579bb20

Please sign in to comment.