# EditorConfig is awesome: http://EditorConfig.org # top-most EditorConfig file root = true [*] charset = utf-8 end_of_line = lf indent_style = tab indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true [*.{cmd,bat}] end_of_line = crlf [{package.json,.travis.yml,appveyor.yml,.gitlab-ci.yml}] indent_style = space