Sha256: 6137b50c695253fe81a3a90996ed697473ef99f85b5a6006d3e0e70caabc71ec

Contents?: true

Size: 324 Bytes

Versions: 2

Compression:

Stored size: 324 Bytes

Contents

# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true

[*]

indent_style = space
indent_size = 2

end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
liveunit-0.0.1 .editorconfig
easycomments-1.0.5 .editorconfig