Sha256: 386d271dd51bc0875e8b5c2e99f78ee9eb8cf80bfce233868fc3f9a21572e21c

Contents?: true

Size: 351 Bytes

Versions: 7

Compression:

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

[*.cpp]
indent_size = 4

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rmagick-6.0.0 .editorconfig
rmagick-5.5.0 .editorconfig
rmagick-5.4.4 .editorconfig
rmagick-5.4.3 .editorconfig
rmagick-5.4.2 .editorconfig
rmagick-5.4.1 .editorconfig
rmagick-5.4.0 .editorconfig