Sha256: a49c1cb67191096c6fe2af297727947a6c55e735595d6977715f5af36ad5e883

Contents?: true

Size: 281 Bytes

Versions: 2

Compression:

Stored size: 281 Bytes

Contents

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

root = true

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
capistrano-db-tasks-0.6 .editorconfig
capistrano-db-tasks-0.5 .editorconfig