root=true [*] charset = utf-8 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true [*.{md}] indent_style = ignore indent_size = ignore [*.{js,ts,jsx,tsx}] indent_style = space indent_size = 4 block_comment_start = /* block_comment = * block_comment_end = */ [*.{yml,json}] indent_style = space indent_size = 2 [*.{html,ejs,css,scss}] indent_style = space indent_size = 2