Sha256: 730f570bd211a1b53cdb4c22322d6f94e68d7857a12b890d4f17b296b42a2817

Contents?: true

Size: 518 Bytes

Versions: 5

Compression:

Stored size: 518 Bytes

Contents

# For more information about the properties used in
# this file, please see the EditorConfig documentation:
# http://editorconfig.org/

root = true

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

[*.md]
trim_trailing_whitespace = false

# The indent size used in the `package.json` file cannot be changed
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
[{.travis.yml,package.json}]
indent_size = 2
indent_style = space

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
drupal-vm-sites-0.0.7 .editorconfig
drupal-vm-sites-0.0.6 .editorconfig
drupal-vm-sites-0.0.5 .editorconfig
drupal-vm-sites-0.0.4 .editorconfig
drupal-vm-sites-0.0.2 .editorconfig