Sha256: 3dc5c6dc723c87ec8656e3be254a5bf6691688cf2f1d636026bfaa6f3711d290

Contents?: true

Size: 372 Bytes

Versions: 4

Compression:

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
frenetic-3.0.1 .editorconfig
frenetic-3.0.0 .editorconfig
frenetic-2.0.0 .editorconfig
frenetic-1.0.0 .editorconfig