# EditorConfig helps developers define and maintain consistent # coding styles between different editors and IDEs # 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 trim_trailing_whitespace = true # This value seems to affect the print-width value in prettier max_line_length=120 [*.{diff,md}] max_line_length = 0 trim_trailing_whitespace = false