Skip to content

Commit b20bf31

Browse files
authored
Configure EditorConfig for sh, yaml, yml (#69)
Based on exsiting files
1 parent 958507b commit b20bf31

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.editorconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,11 @@ trim_trailing_whitespace = true
2525

2626
[Makefile]
2727
indent_style = tab
28+
29+
[*.sh]
30+
indent_size = 4
31+
indent_style = space
32+
33+
[*.{yaml,yml}]
34+
indent_size = 2
35+
indent_style = space

0 commit comments

Comments
 (0)