Sha256: 17e7174b721921963d8563f4c1e8fff20334fc6b6b32f8e81f72b1085d04be6e

Contents?: true

Size: 543 Bytes

Versions: 53

Compression:

Stored size: 543 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

[*.js]
indent_style = space
indent_size = 2

[*.hbs]
insert_final_newline = false
indent_style = space
indent_size = 2

[*.css]
indent_style = space
indent_size = 2

[*.html]
indent_style = space
indent_size = 2

[*.{diff,md}]
trim_trailing_whitespace = false

Version data entries

53 entries across 53 versions & 3 rubygems

Version Path
bootstrap-bookingsync-sass-1.0.0.beta12 .editorconfig
bootstrap-bookingsync-sass-1.0.0.beta11 .editorconfig
bootstrap-bookingsync-sass-1.0.0.beta10 .editorconfig
bootstrap-bookingsync-sass-1.0.0.beta9 .editorconfig
bootstrap-bookingsync-sass-1.0.0.beta8 .editorconfig
bootstrap-bookingsync-sass-1.0.0.beta7 .editorconfig
bootstrap-bookingsync-sass-1.0.0.beta6 .editorconfig
bootstrap-bookingsync-sass-1.0.0.beta5 .editorconfig
bootstrap-bookingsync-sass-1.0.0.beta4 .editorconfig
bootstrap-bookingsync-sass-1.0.0.beta3 .editorconfig
bootstrap-bookingsync-sass-1.0.0.beta2 .editorconfig
bootstrap-bookingsync-sass-1.0.0.beta1 .editorconfig
ember-cli-rails-routes-0.0.1 test/dummy/frontend/.editorconfig