Sha256: e20382a2cfc16e31cd3e3bc759b34e95d93182913223dc32452d32db9ab90492

Contents?: true

Size: 470 Bytes

Versions: 2

Compression:

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

[Makefile]
indent_style = tab

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
trailer_vote-fixtures-1.16.0 .editorconfig
trailer_vote-fixtures-1.15.0 .editorconfig