Sha256: 91fa3b3eb665dff8ccc62bd288bd0e47affed41d9397e347711c3779ab1d41f3

Contents?: true

Size: 297 Bytes

Versions: 8

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

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
archangel-0.3.0 .editorconfig
archangel-0.0.8 .editorconfig
archangel-0.0.7 .editorconfig
archangel-0.0.6 .editorconfig
archangel-0.0.5 .editorconfig
archangel-0.0.4 .editorconfig
archangel-0.0.3 .editorconfig
archangel-0.0.2 .editorconfig