Sha256: df775933848674b44e22e2e49bbeb794ac69fbcd75e52dc9c8461f5686c43969

Contents?: true

Size: 457 Bytes

Versions: 15

Compression:

Stored size: 457 Bytes

Contents

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

root = true

[*]

# Change these settings to your own preference
indent_style = space
indent_size = 2

# We recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.js]
indent_style = tab
indent_size = 4

[*.md]
trim_trailing_whitespace = false

Version data entries

15 entries across 15 versions & 1 rubygems

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