[RISCV] Rename a lambda to have plural nouns to reflect that it contains a loop. NFC
[llvm-project.git] / lldb / tools / lldb-dap / .editorconfig
blobc97930f849a160e04f8f13ba3134801e0856f4d5
1 [{*.ts}]
2 # Non-configurable Prettier behaviors
3 charset = utf-8
4 insert_final_newline = true
5 trim_trailing_whitespace = true
7 end_of_line = lf
8 indent_style = space
9 indent_size = 2
10 max_line_length = 100