Sha256: 03d31bc75b42b03185dbcb2e4008446e1def9dea311e2e9306455b9a6ff0a426

Contents?: true

Size: 292 Bytes

Versions: 15

Compression:

Stored size: 292 Bytes

Contents

# No .editorconfig files above the root directory
root = true

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

[*.{rb}]
indent_size = 2

[Gemfile*]
indent_size = 2

[Rakefile]
indent_size = 2

[Guardfile]
indent_size = 2

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
restspec-0.3.2 .editorconfig
restspec-0.3.1 .editorconfig
restspec-0.3.0 .editorconfig
restspec-0.2.6 .editorconfig
restspec-0.2.5 .editorconfig
restspec-0.2.4 .editorconfig
restspec-0.2.3 .editorconfig
restspec-0.2.2 .editorconfig
restspec-0.2.1 .editorconfig
restspec-0.2 .editorconfig
restspec-0.1 .editorconfig
restspec-0.0.4 .editorconfig
restspec-0.0.3 .editorconfig
restspec-0.0.2 .editorconfig
restspec-0.0.1 .editorconfig