# top-most EditorConfig file
root = true

[*]
end_of_line = lf
indent_style = tab
indent_size = 4
insert_final_newline = true

[*.{json,yml}]
indent_style = space
