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

[*]
indent_style = tab
indent_size = 2
charset = utf-8
insert_final_newline = true

[*.json]
indent_style = space
marihachi's avatar
marihachi committed

[*.yml]
indent_style = space