mirror of https://github.com/citusdata/citus.git
Add editorconfig settings for yaml files (#3027)
parent
0f90c2497e
commit
7172c7f727
|
@ -12,3 +12,8 @@ tab_width = 4
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
tab_width = 4
|
tab_width = 4
|
||||||
|
|
||||||
|
[*.yml]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
tab_width = 2
|
||||||
|
|
Loading…
Reference in New Issue