Sha256: a71e75f3a81dc262db195d5c616331b3273da13ff530ef3ab3df2e13fb9317ad

Contents?: true

Size: 598 Bytes

Versions: 13

Compression:

Stored size: 598 Bytes

Contents

# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true


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

[*.rb]
indent_style = space
indent_size = 2

[*.yml]
indent_style = space
indent_size = 2

[*.js]
indent_style = space
indent_size = 2

[*.hbs]
indent_style = space
indent_size = 2

[*.css]
indent_style = space
indent_size = 2

[*.html]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
api_me-0.9.4 .editorconfig
api_me-0.9.3 .editorconfig
api_me-0.9.2 .editorconfig
api_me-0.9.1 .editorconfig
api_me-0.9.0 .editorconfig
api_me-0.8.3 .editorconfig
api_me-0.7.1 .editorconfig
api_me-0.8.2 .editorconfig
api_me-0.8.1 .editorconfig
api_me-0.8.0 .editorconfig
token_authenticate_me-0.4.3 .editorconfig
api_me-0.7.0 .editorconfig
api_me-0.6.0 .editorconfig