You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 17, 2025. It is now read-only.
My use case is to format my TypeScript code, in a project that only uses tsc as the build system (no gulp).
I can use the new --glob syntax (thanks @filipesilva !) but I need to exclude node_modules. I need to exclude any generated code (eg. typings folder) as well.
At a minimum, we could allow a way to pass the options object to clang-format.
Anyhow I've used a src/ root directory as an easy fix.