Sha256: f6d76b779c7df814aa18bbabe795d5a67d400cd2802abbf34ce3db006bbec42d

Contents?: true

Size: 599 Bytes

Versions: 9

Compression:

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

[*.rb]
indent_style = space
indent_size = 2

[*.yml]
indent_style = space
indent_size = 2

[*.js]
indent_style = space
indent_size = 2

[*.hbs]
indent_style = space
indent_size = 2

[*.css]
indent_style = space
indent_size = 2

[*.html]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
time_cop-0.8.2 .editorconfig
time_cop-0.8.1 .editorconfig
time_cop-0.8.0 .editorconfig
time_cop-0.7.0 .editorconfig
time_cop-0.6.0 .editorconfig
time_cop-0.5.0 .editorconfig
time_cop-0.4.0 .editorconfig
time_cop-0.2.0 .editorconfig
time_cop-0.1.0 .editorconfig