Sha256: 9d037694428245605069290246d60a3021a6a61074cfe7cf3d49ce6a924f2a7f

Contents?: true

Size: 321 Bytes

Versions: 94

Compression:

Stored size: 321 Bytes

Contents

# EditorConfig is quite nifty: http://EditorConfig.org

root = true

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

[*.md]
indent_size=4

[{*.rb,*.rake,Rakefile}]
indent_style = space
indent_size = 2

[*.json]
indent_style = space
indent_size = 4

[{*.yml,*.yaml}]
indent_style = space
indent_size = 2

Version data entries

94 entries across 94 versions & 1 rubygems

Version Path
station-0.5.16 .editorconfig
station-0.5.15 .editorconfig
station-0.5.14 .editorconfig
station-0.5.13 .editorconfig
station-0.5.12 .editorconfig
station-0.5.11 .editorconfig
station-0.5.10 .editorconfig
station-0.5.9 .editorconfig
station-0.5.8 .editorconfig
station-0.5.7 .editorconfig
station-0.5.6 .editorconfig
station-0.5.5 .editorconfig
station-0.5.4 .editorconfig
station-0.5.3 .editorconfig
station-0.5.2 .editorconfig
station-0.5.1 .editorconfig
station-0.5.0 .editorconfig
station-0.4.9 .editorconfig
station-0.4.8 .editorconfig
station-0.4.7 .editorconfig