# EditorConfig helps developers define and maintain consistent # coding styles between different editors and IDEs # editorconfig.org # Project Root root = true # Set defaults for all files [*] end_of_line = lf indent_style = space indent_size = 4 insert_final_newline = true trim_trailing_whitespace = true