Sha256: d81cf7b6daec812308d49e11eeadd88533afd31c7e1283f70b7ac720e32282fc

Contents?: true

Size: 326 Bytes

Versions: 13

Compression:

Stored size: 326 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

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
rmagick-4.1.0.rc2 .editorconfig
rmagick-4.1.0.rc1 .editorconfig
rmagick-4.0.0 .editorconfig
rmagick-3.2.0 .editorconfig
rmagick-3.1.0 .editorconfig
rmagick-3.0.0 .editorconfig
rmagick-windows-2.16.5 .editorconfig
rmagick-windows-2.16.4 .editorconfig
rmagick-windows-2.16.3 .editorconfig
rmagick-windows-2.16.2 .editorconfig
rmagick-windows-2.16.1 .editorconfig
rmagick-2.16.0 .editorconfig
rmagick-2.15.4 .editorconfig