xref: /llvm-project/lldb/tools/lldb-dap/.editorconfig (revision b5d4332286154838557a8ab5c76b794e85d946b3)
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