Sha256: afd1fa4361637a34614332ef84942a48c2db47c32667c7bf9f952b6a07aa9c61

Contents?: true

Size: 335 Bytes

Versions: 5

Compression:

Stored size: 335 Bytes

Contents

# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8

[*.rb]
quote_type = double

[*.md]
indent_size = 4

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
remove_bg-2.0.4 .editorconfig
remove_bg-2.0.3 .editorconfig
remove_bg-2.0.2 .editorconfig
remove_bg-2.0.1 .editorconfig
remove_bg-2.0.0 .editorconfig