Sha256: a20e7481bd2c86f2aa68277c696d8897ea7735cd738d29790ba69d8956b6f883

Contents?: true

Size: 351 Bytes

Versions: 4

Compression:

Stored size: 351 Bytes

Contents

# editorconfig.org
root = true

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

[{*.rb,*.haml,*.decorator,*.yml,*.yaml,*.jbuilder}]
indent_size = 2
indent_style = space

[{*.js,*.jst,*.ejs,*.scss,*.js.erb}]
indent_size = 4

[*.md]
indent_size = 4
trim_trailing_whitespace = false

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
workarea-search_autocomplete-1.0.2 .editorconfig
workarea-search_autocomplete-1.0.1 .editorconfig
workarea-search_autocomplete-1.0.0 .editorconfig
workarea-classic_search_autocomplete-1.0.0 .editorconfig