mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-15 11:31:46 +00:00
.editorconfig: add yml rules
While editing .gitlab-ci.yml, my editor kept indenting to tabs due to the override for [*]. This retains the existing style.
This commit is contained in:
parent
19bebd8497
commit
06ee1d3cfb
@ -20,3 +20,7 @@ indent_style = space
|
|||||||
[Makefile]
|
[Makefile]
|
||||||
indent_size = 8
|
indent_size = 8
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
||||||
|
[*.yml]
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
||||||
|
Loading…
Reference in New Issue
Block a user