Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Easier way to format the same files tsc would read #24

@alexeagle

Description

@alexeagle

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions