# EditorConfig is awesome: https://EditorConfig.org # top-most EditorConfig file root = true # Newline ending every file [*] insert_final_newline = true # 2 space indentation and set default charset [*.js] indent_style = space indent_size = 2 charset = utf-8