Sha256: 4bbb9295b3d373f0d17cae54014881d2f435581099703dc05d4973eac963a82e

Contents?: true

Size: 468 Bytes

Versions: 4

Compression:

Stored size: 468 Bytes

Contents

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

root = true

[*]

# Change these settings to your own preference
indent_style = space
indent_size = 2

# We recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

[nginx.conf.erb]
indent_style = tabs
indent_size = 4

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
api_auth-client-0.0.1 .editorconfig
pdf_templator-0.0.1 .editorconfig
em-pusher-client-0.1.2 .editorconfig
em-pusher-client-0.1.1 .editorconfig