Sha256: 7b1d2c3b981d7d922ef333ab6293d65bac4022099ce60c045453a108ffe071af

Contents?: true

Size: 279 Bytes

Versions: 11

Compression:

Stored size: 279 Bytes

Contents

# EditorConfig is awesome: http://EditorConfig.org
root = true

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

[*.md]
indent_size = 4
indent_style = tab

[*.svg]
insert_final_newline = false

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
svgeez-4.1.0 .editorconfig
svgeez-4.0.0 .editorconfig
svgeez-3.2.0 .editorconfig
svgeez-3.1.0 .editorconfig
svgeez-3.0.0 .editorconfig
svgeez-2.0.1 .editorconfig
svgeez-2.0.0 .editorconfig
svgeez-1.0.3 .editorconfig
svgeez-1.0.2 .editorconfig
svgeez-1.0.1 .editorconfig
svgeez-1.0.0 .editorconfig