.editorconfig 226 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 root = true [*] insert_final_newline = true [*.js] indent_style = space indent_size = 2 [*.json] indent_style = space indent_size = 2 [*.less] indent_style = space indent_size = 2 [*.sass] indent_style = space indent_size = 2