Sha256: df775933848674b44e22e2e49bbeb794ac69fbcd75e52dc9c8461f5686c43969
Contents?: true
Size: 457 Bytes
Versions: 15
Compression:
Stored size: 457 Bytes
Contents
# EditorConfig helps developers define and maintain consistent # coding styles between different editors and IDEs # editorconfig.org root = true [*] # Change these settings to your own preference indent_style = space indent_size = 2 # We recommend you to keep these unchanged end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true [*.js] indent_style = tab indent_size = 4 [*.md] trim_trailing_whitespace = false
Version data entries
15 entries across 15 versions & 1 rubygems