Skip to content

Commit 6ed34d0

Browse files
Update editorconfig to use spaces for YAML files (#77)
1 parent aa7dc75 commit 6ed34d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

coding/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ insert_final_newline = true
1414
1515
[*.md]
1616
trim_trailing_whitespace = false
17+
18+
# YAML files cannot have tabs
19+
# @see https://yaml.org/faq.html
20+
[*.yml]
21+
indent_style = space
1722
```
1823

1924
### Enforcing editor defaults

0 commit comments

Comments
 (0)