[Lldb-commits] [lldb] [lldb-dap] Format extension typescript. (PR #138925)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Wed May 7 11:17:26 PDT 2025


ashgti wrote:

I'm not sure, clang-format can format .json and .js/.ts files but I think the current config isn't applying it to those files. 

https://github.com/llvm/llvm-project/blob/main/llvm/utils/git/code-format-helper.py doesn't apply to those file extensions. We may be able to update that to use clang-format for these files, although the `npm run format` script is applying the prettier format.

https://github.com/llvm/llvm-project/pull/138925


More information about the lldb-commits mailing list