# EditorConfig is awesome: http://EditorConfig.org # Top-most EditorConfig file. root = true [*] charset = utf-8 end_of_line = lf indent_size = 4 indent_style = space insert_final_newline = true max_line_length = 120 trim_trailing_whitespace = true # Ensure test fixtures don't get newlines added to them and break tests. [*.bib] insert_final_newline = false [*.md] trim_trailing_whitespace = false [*.yml] indent_size = 2 indent_style = space # The indent size used in the "package.json" file cannot be changed: # https://github.com/npm/npm/pull/3180#issuecomment-16336516 [package.json] indent_size = 2 indent_style = space