1[{*.ts}] 2# Non-configurable Prettier behaviors 3charset = utf-8 4insert_final_newline = true 5trim_trailing_whitespace = true 6 7end_of_line = lf 8indent_style = space 9indent_size = 2 10max_line_length = 100 11