Skip to content
Snippets Groups Projects
.editorconfig 150 B
Newer Older
Louis's avatar
Louis committed
root = true

[*]
end_of_line = lf
insert_final_new_line = true
charset = utf-8
indent_style = tab

[*.{yaml,yml}]
Louis's avatar
Louis committed
indent_style = space
indent_size = 2