# top-most EditorConfig file
root = true

[*]
end_of_line = lf
insert_final_newline = true
quote_type = single

# Tab indentation
[*.{js,ts,json}]
indent_style = tab
indent_size = 2

# Space indentation
[package.json]
indent_style = space
indent_size = 2
