Skip to content

Commit 1c68751

Browse files
authored
Merge pull request #29 from pheus/feature/28-add-yaml-to-editorconfig
chore(editorconfig): Add YAML settings
2 parents b46e7f9 + fb1fcfe commit 1c68751

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

{{cookiecutter.hyphenated}}/.editorconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# http://editorconfig.org
1+
# https://editorconfig.org
22

33
root = true
44

@@ -14,6 +14,9 @@ end_of_line = lf
1414
indent_style = tab
1515
end_of_line = crlf
1616

17+
[{*.yml,*.yaml}]
18+
indent_size = 2
19+
1720
[LICENSE]
1821
insert_final_newline = false
1922

0 commit comments

Comments
 (0)