# top-most EditorConfig file
root = true

# Use Unix-style newlines, newline ending every file
[*]
end_of_line = lf
insert_final_newline = true

# Source code file style
[*.cs]
indent_style = space
indent_size = 4

# yml and json matching
[*.{json,yml}]
indent_style = space
indent_size = 2
