# EditorConfig is awesome: http://EditorConfig.org # top-most EditorConfig file root = true # Unix-style newlines [*] end_of_line = lf # Matches multiple files with brace expansion notation # Set default charset [*.{js,py}] charset = utf-8 # Indentation override for all JS [**/*.js] indent_style = space indent_size = 2