Sha256: de4eb8d69676be8d247d3b987544f3f46b936567ea3824867af0716ba375a75c

Contents?: true

Size: 252 Bytes

Versions: 6

Compression:

Stored size: 252 Bytes

Contents

# EditorConfig file
# http://editorconfig.org/

root = true

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

[*.md]
indent_size = 4
trim_trailing_whitespace = false

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
json_schema_rails-0.2.1 .editorconfig
json_schema_rails-0.2.0 .editorconfig
json_schema_rails-0.1.0 .editorconfig
json_schema_rails-0.0.3 .editorconfig
json_schema_rails-0.0.2 .editorconfig
json_schema_rails-0.0.1 .editorconfig