Sha256: 9d037694428245605069290246d60a3021a6a61074cfe7cf3d49ce6a924f2a7f
Contents?: true
Size: 321 Bytes
Versions: 94
Compression:
Stored size: 321 Bytes
Contents
# EditorConfig is quite nifty: http://EditorConfig.org root = true [*] end_of_line = lf charset = utf-8 insert_final_newline = true [*.md] indent_size=4 [{*.rb,*.rake,Rakefile}] indent_style = space indent_size = 2 [*.json] indent_style = space indent_size = 4 [{*.yml,*.yaml}] indent_style = space indent_size = 2
Version data entries
94 entries across 94 versions & 1 rubygems