Sha256: c95ab8a74cdae535e25929f0d2861892fbd9f9a174feec7ce0d2089ec5a4708d

Contents?: true

Size: 231 Bytes

Versions: 4

Compression:

Stored size: 231 Bytes

Contents

# EditorConfig: http://EditorConfig.org

root = true

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

[*.md]
max_line_length = 72

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ssh-host-lister-0.3.0 .editorconfig
ssh-host-lister-0.2.1 .editorconfig
ssh-host-lister-0.2.0 .editorconfig
ssh-host-lister-0.1.0 .editorconfig