Sha256: 439ae4f9c0efb5e9b0483320216bee63394581598621054c81f0f851fde3102d
Contents?: true
Size: 349 Bytes
Versions: 15
Compression:
Stored size: 349 Bytes
Contents
# EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs # @see http://editorconfig.org root = true [*] end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true indent_style = spaces tab_width = 2 [{*.{rb,yml,sh,md}] indent_size = 2 [*.c] indent_size = 4
Version data entries
15 entries across 15 versions & 1 rubygems