Sha256: 7c8ab82d3afabced5d583aaabcee15d06c378a488b601f50fb73f384520b9d82

Contents?: true

Size: 297 Bytes

Versions: 7

Compression:

Stored size: 297 Bytes

Contents

# EditorConfig is awesome: http://EditorConfig.org

root = true

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

[*.rb]
max_line_length = 80

[*.{css,erb,html,js,scss,ts}]
max_line_length = 120

[*.{md,json,yml}]
insert_final_newline = false

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
archangel-0.3.0 lib/archangel/commands/templates/common/.editorconfig
archangel-0.0.8 lib/archangel/command/templates/extension/.editorconfig
archangel-0.0.7 lib/archangel/command/templates/extension/.editorconfig
archangel-0.0.6 lib/archangel/command/templates/extension/.editorconfig
archangel-0.0.5 lib/archangel/command/templates/extension/.editorconfig
archangel-0.0.4 lib/archangel/command/templates/extension/.editorconfig
archangel-0.0.3 lib/archangel/command/templates/extension/.editorconfig