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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits