Sha256: 0756f784b1b33436510c6c0465b6ba12e2e1a4e59e72add6f0ef2ac492759959

Contents?: true

Size: 398 Bytes

Versions: 2

Compression:

Stored size: 398 Bytes

Contents

; EditorConfig is awesome: http://EditorConfig.org

root = true

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

[**.rb]
indent_style = space
indent_size = 2

[**.erb]
indent_style = space
indent_size = 2

[**.html]
indent_style = space
indent_size = 2

[**.yml]
indent_style = space
indent_size = 2

[**.scss]
indent_style = space
indent_size = 2

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mosh_generator-0.1.1 templates/.editorconfig
mosh_generator-0.1.0 templates/.editorconfig