Sha256: 4cba060a13c20fe4cccc487f63125407426878d26fac3cc6173da009b29ed923

Contents?: true

Size: 324 Bytes

Versions: 4

Compression:

Stored size: 324 Bytes

Contents

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

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
trim_trailing_whitespace = true
indent_size = 2

[*.md]
trim_trailing_whitespace = false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ruby-lol-1.2.0 .editorconfig
ruby-lol-1.1.2 .editorconfig
ruby-lol-1.1.1 .editorconfig
ruby-lol-1.0.0 .editorconfig