.editorconfig
# EditorConfig helps developers define and maintain consistent# coding styles between different editors and IDEs# editorconfig.org root = true [*]end_of_line = lfcharset = utf-8trim_trailing_whitespace = trueinsert_final_newline = trueindent_style = spaceindent_size = 2 [*.hbs]insert_final_newline = falsemax_line_length = 100 [*.{diff,md}]trim_trailing_whitespace = false