#1252 - Support EditorConfig This is a spacer post for a website comment topic. The content this topic relates to: #1252 - Support EditorConfig By Guest posted 11th Dec 2013, 12:32 PM Do not fill this field in. 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. 0 guests and 0 members have recently viewed this. Sort: Relevance Newest first Oldest first Rating Popularity
[*]
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.