Sha256: d097463cf0b51e1859fe74fd54f51d570d9b282f01fb0e2feb62ff141e1c6a19

Contents?: true

Size: 582 Bytes

Versions: 4

Compression:

Stored size: 582 Bytes

Contents

#   ╔═╗╔╦╗╦╔╦╗╔═╗╦═╗┌─┐┌─┐┌┐┌┌─┐┬┌─┐
#   ║╣  ║║║ ║ ║ ║╠╦╝│  │ ││││├┤ ││ ┬
#  o╚═╝═╩╝╩ ╩ ╚═╝╩╚═└─┘└─┘┘└┘└  ┴└─┘
#
#  http://editorconfig.org/
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 255
trim_trailing_whitespace = true

[*.{md,csv,tsv}]
trim_trailing_whitespace = false
insert_final_newline = false

[*.tsv]
indent_style = tab

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
shu-0.0.0 .editorconfig
flat_file-0.3.0 .editorconfig
flat_file-0.2.0 .editorconfig
flat_file-0.1.0 .editorconfig