View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001252 | Composr | core | public | 2013-05-28 12:03 | 2013-12-11 17:46 |
| Reporter | Chris Graham | Assigned To | Chris Graham | ||
| Severity | Feature-request | ||||
| Status | resolved | Resolution | fixed | ||
| Product Version | |||||
| Fixed in Version | |||||
| Summary | 0001252: Support EditorConfig | ||||
| Description | Just a very minor thing, but might be handy for developers: http://editorconfig.org/ | ||||
| Tags | No tags attached. | ||||
| Time estimation (hours) | 1 | ||||
| Sponsorship open | |||||
|
|
root = true [*] 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. |