Sha256: 65cab428f46de0f8dfb16afb9598ad112f2828413f7282b0bed390eab1b0ae79

Contents?: true

Size: 416 Bytes

Versions: 6

Compression:

Stored size: 416 Bytes

Contents

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

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf

[{*.{rb,yml,rake},Rakefile}]
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.sh]
indent_style = tab
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
enmail-0.2.1 .editorconfig
rspec-pgp_matchers-0.2.0 .editorconfig
enmail-0.2.0 .editorconfig
rspec-pgp_matchers-0.1.2 .editorconfig
rspec-pgp_matchers-0.1.1 .editorconfig
rspec-pgp_matchers-0.1.0 .editorconfig