fetzi/phpspec-watcher

View on GitHub
.editorconfig

Summary

Maintainability
Test Coverage
# editorconfig.org

root = true

# Global

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

# Languages

[*.md]
trim_trailing_whitespace = false

[*.json]
indent_style = space
indent_size = 2

[*.yml]
indent_style = space
indent_size = 2

# Files

[composer.json]
indent_style = space
indent_size = 4