Skip to content

Commit ab89d65

Browse files
committed
fix: add yml to editorconfig
1 parent 747fcdb commit ab89d65

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ trim_trailing_whitespace = true
1010

1111
[*.md]
1212
trim_trailing_whitespace = false
13+
14+
[*.yml]
15+
indent_size = 2

skeleton/.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ trim_trailing_whitespace = true
1010

1111
[*.md]
1212
trim_trailing_whitespace = false
13+
14+
[*.yml]
15+
indent_size = 2

0 commit comments

Comments
 (0)