# EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs # Docs: http://editorconfig.org # For Atom: https://atom.io/packages/editorconfig # For Sublime: https://github.com/sindresorhus/editorconfig-sublime # For WebStorm: Natively supported root = true [*] indent_style = tab indent_size = 2 trim_trailing_whitespace = true insert_final_newline = true end_of_line = lf charset = utf-8