# top-most EditorConfig file
root = true

[*]
indent_style = space
indent_size = 4
tab_width = 4
charset = utf-8
insert_final_newline = true

[*.{json,md,yml}]
indent_size = 2
tab_width = 2