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
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.
The text was updated successfully, but these errors were encountered:
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 excludenode_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.
The text was updated successfully, but these errors were encountered: