; EditorConfig http://EditorConfig.org
; see http://editorconfig.org/#download for plugins for your editor

; Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
; indent style
indent_style = space

[*.js]
indent_size = 2
insert_final_newline = true

[*.json]
indent_size = 2
