Sha256: a71e75f3a81dc262db195d5c616331b3273da13ff530ef3ab3df2e13fb9317ad
Contents?: true
Size: 598 Bytes
Versions: 13
Compression:
Stored size: 598 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 [*.rb] indent_style = space indent_size = 2 [*.yml] indent_style = space indent_size = 2 [*.js] indent_style = space indent_size = 2 [*.hbs] indent_style = space indent_size = 2 [*.css] indent_style = space indent_size = 2 [*.html] indent_style = space indent_size = 2 [*.md] trim_trailing_whitespace = false
Version data entries
13 entries across 13 versions & 2 rubygems