Skip to content

Commit

Permalink
fix EditorConfig for YAML files to match current state (2-space inden…
Browse files Browse the repository at this point in the history
…tation)
  • Loading branch information
Georgiy-Tugai committed Sep 13, 2024
1 parent c8ace29 commit 2eb7f4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = false

[*.yml]
indent_size = 2

0 comments on commit 2eb7f4d

Please sign in to comment.