Sha256: 46d7d8f75a8f387cdab43e332446b38df104e144e7f1ddcb400c79441db8d14c
Contents?: true
Size: 459 Bytes
Versions: 81
Compression:
Stored size: 459 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 = space indent_size = 2 [*.md] trim_trailing_whitespace = false
Version data entries
81 entries across 64 versions & 10 rubygems