#1252 - Support EditorConfig
| Identifier | #1252 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Support EditorConfig |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | core |
| Description | Just a very minor thing, but might be handy for developers:
http://editorconfig.org/ |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
[*]
end_of_line = lf
insert_final_newline = false
indent_style = tab
indent_size = tab
indent_brace_style = Allman
tab_width = 3
charset = utf-8
trim_trailing_whitespace = false
max_line_length = 10000
quote_type = single
curly_bracket_next_line = true
spaces_around_operators = false
spaces_around_brackets = outside
.editorconfig needs adding to sources/files.php as a skip file.