Sha256: 597f97f76db4fe9785773769b3caad8b9b3ac7c0e9a8b6d0622ae854ea737ec9

Contents?: true

Size: 415 Bytes

Versions: 49

Compression:

Stored size: 415 Bytes

Contents

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

root = true

[*]

# Change these settings to your own preference
indent_style = space
indent_size = 2

# We recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
renuo-cli-0.0.9 .editorconfig
renuo-cli-0.0.8 .editorconfig
renuo-cli-0.0.7 .editorconfig
renuo-cli-0.0.6 .editorconfig
renuo-cli-0.0.5 .editorconfig
renuo-cli-0.0.4 .editorconfig
renuo-cli-0.0.3 .editorconfig
renuo-cli-0.0.2 .editorconfig
renuo-cli-0.0.1 .editorconfig