# If using Sublime or Atom, download plugin here http://editorconfig.org/#download
root = true

[src/**.*]
indent_style = space
indent_size = 2
charset = utf-8
insert_final_newline = true
