# Want to add options visit the link below for a full list of options to add! # http://EditorConfig.org # Get a plugin for your choice of editors at: http://editorconfig.org/#download root = true [*] charset = utf-8 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true [**.{js,json,html,less,sass,scss,md,yml,yaml}] indent_style = space indent_size = 4 [{package.json,bower.json,.travis.yml}] indent_style = space indent_size = 2 insert_final_newline = false