Sha256: 7dabc4b8239bb75555eaed138783f7327c8d342603a8e0390fee57e2af90499b

Contents?: true

Size: 311 Bytes

Versions: 3

Compression:

Stored size: 311 Bytes

Contents

# 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
indent_size = 2

[Makefile]
indent_style = tab
indent_size = 8

# Tab indentation (no size specified)
[*.sh]
indent_style = tab

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
structured_csv-0.2.1 .editorconfig
structured_csv-0.2.0 .editorconfig
structured_csv-0.1.1 .editorconfig