Sha256: e01f9330318fa68f3333800bf8bedac12847a92b899f076297f0d04e06c8da0e
Contents?: true
Size: 368 Bytes
Versions: 37
Compression:
Stored size: 368 Bytes
Contents
# EditorConfig helps developers define and maintain consistent # coding styles between different editors and IDEs # editorconfig.org root = true [*] end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true indent_style = space indent_size = 2 [*.hbs] insert_final_newline = false [*.{diff,md}] trim_trailing_whitespace = false
Version data entries
37 entries across 37 versions & 2 rubygems