Sha256: 95fc4d76a467ca261f1289d174a1950db4685084a6c437f8d9bccfb2d6c252d3

Contents?: true

Size: 332 Bytes

Versions: 17

Compression:

Stored size: 332 Bytes

Contents

# EditorConfig help us maintain consistent coding style between different editors.
#
# EditorConfig
# http://editorconfig.org
#
root = true

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

[*.md]
trim_trailing_whitespace = false
indent_size = 4

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
rspec-graphql_matchers-2.0.0.pre.rc.0 .editorconfig
rspec-graphql_matchers-1.4.0 .editorconfig
rspec-graphql_matchers-1.3.1 .editorconfig
rspec-graphql_matchers-1.3.0 .editorconfig
rspec-graphql_matchers-1.2.1 .editorconfig
rspec-graphql_matchers-1.2 .editorconfig
rspec-graphql_matchers-1.1 .editorconfig
rspec-graphql_matchers-1.0.1 .editorconfig
rspec-graphql_matchers-1.0 .editorconfig
rspec-graphql_matchers-1.0.0.pre.0.1 .editorconfig
rspec-graphql_matchers-0.7.1 .editorconfig
rspec-graphql_matchers-0.6 .editorconfig
rspec-graphql_matchers-0.5 .editorconfig
rspec-graphql_matchers-0.4.0 .editorconfig
rspec-graphql_matchers-0.3.1 .editorconfig
rspec-graphql_matchers-0.3.0 .editorconfig
rspec-graphql_matchers-0.2.0 .editorconfig