# EditorConfig is awesome: http://EditorConfig.org # top-most EditorConfig file root = true # Unix-style newlines [*] end_of_line = lf indent_style = tab indent_size = 4 # Matches multiple files with brace expansion notation # Set default charset [*.{js,html,css}] charset = utf-8 trim_trailing_whitespace = true