; top-most EditorConfig file
root = true

; Unix-style newlines
[*]
end_of_line = LF

[*.{yml,yaml}]
indent_style = space
indent_size = 4

[*.json]
indent_style = space
indent_size = 4
