root = true [*] end_of_line = lf insert_final_newline = true charset = utf-8 indent_style = space indent_size = 4 trim_trailing_whitespace = true max_line_length = 110 quote_type = single insert_final_newline = true [*.{js,ts,css,scss,html,md,yaml,json,json5,jshintrc,whitesource}] indent_size = 2 [Makefile] indent_style = tab