Sha256: 30a49cce6dff9fd6096e59c7eab5c99f884690c102f6ce2b5dfdd3a228f88067

Contents?: true

Size: 378 Bytes

Versions: 20

Compression:

Stored size: 378 Bytes

Contents

# http://EditorConfig.org
# https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
tab_width = 2

[**.rb]
max_line_length = 150

[**.js, **.coffee]
max_line_length = 150

[*.md]
trim_trailing_whitespace = false

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
spree_backend-4.8.4 .editorconfig
spree_backend-4.8.3 .editorconfig
spree_backend-4.8.2 .editorconfig
spree_backend-4.8.1 .editorconfig
spree_backend-4.7.2 .editorconfig
spree_backend-4.6.2 .editorconfig
spree_backend-4.7.1 .editorconfig
spree_frontend-4.7.0 .editorconfig
spree_backend-4.7.0 .editorconfig
spree_backend-4.6.1 .editorconfig
spree_frontend-4.6.0 .editorconfig
spree_backend-4.6.0 .editorconfig
spree_backend-4.5.1 .editorconfig
spree_frontend-4.5.0 .editorconfig
spree_backend-4.5.0 .editorconfig
spree_backend-4.4.1 .editorconfig
spree_frontend-4.4.0 .editorconfig
spree_backend-4.4.0 .editorconfig
spree_backend-4.4.0.rc2 .editorconfig
spree_backend-4.4.0.rc1 .editorconfig