root = true # GENERIC SETTINGS [*] indent_style = space indent_size = 4 end_of_line = lf trim_trailing_whitespace = true insert_final_newline = true # WEB FILES [*.{css,html,js}] charset = utf-8 # MARKDOWN [*.md] trim_trailing_whitespace = false # NODE PROJECTS [{bower.json,package.json,.travis.yml}] indent_style = space indent_size = 2