Sha256: fed09cca04e994ed74f388c004e60b3bc16c191bf070b2b169ef3ca4e4c00a32

Contents?: true

Size: 329 Bytes

Versions: 28

Compression:

Stored size: 329 Bytes

Contents

# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true

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

[*.{diff,md}]
trim_trailing_whitespace = false

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
pushmi_pullyu-2.1.6 .editorconfig
pushmi_pullyu-2.1.5 .editorconfig
pushmi_pullyu-2.1.4 .editorconfig
pushmi_pullyu-2.1.3 .editorconfig
pushmi_pullyu-2.1.2 .editorconfig
pushmi_pullyu-2.1.1 .editorconfig
pushmi_pullyu-2.0.7 .editorconfig
pushmi_pullyu-2.0.6 .editorconfig
pushmi_pullyu-2.0.5 .editorconfig
pushmi_pullyu-2.0.4 .editorconfig
pushmi_pullyu-2.0.3 .editorconfig
pushmi_pullyu-2.0.2 .editorconfig
pushmi_pullyu-2.0.1 .editorconfig
pushmi_pullyu-2.0.0 .editorconfig
pushmi_pullyu-1.0.6 .editorconfig
pushmi_pullyu-1.0.5 .editorconfig
pushmi_pullyu-1.0.4 .editorconfig
pushmi_pullyu-1.0.3 .editorconfig
pushmi_pullyu-1.0.2 .editorconfig
pushmi_pullyu-1.0.1 .editorconfig