Sha256: 75556ab50ecde6c289cd8fa9e8602964928277d436989c7007335603ac502959

Contents?: true

Size: 474 Bytes

Versions: 1

Compression:

Stored size: 474 Bytes

Contents

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

# top-most EditorConfig file
root = true

# Base rule, applies to everything
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

# some languages make syntactical use of trailing whitespace,
# so it should not be stripped
[*.md]
trim_trailing_whitespace = false

# Custom rules for specific file types:
# [*.ext]
# write some custom rules

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
migration_timeouts-0.0.1 .editorconfig