.editorconfig 231 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 root = true [*] charset = utf-8 tab_width = 4 trim_trailing_whitespace = true indent_size = tab indent_style = tab insert_final_newline = true end_of_line = lf [*.yml] tab_width = 2 [*.xml] tab_width = 2 [*.json] tab_width = 2