Skip to content

Request for support of custom file extensions to scan/fix #1220

@NovaVoidHowl

Description

@NovaVoidHowl

Request

As it currently stands, it is not possible to scan C# files that have custom extensions (for build/deployment processes etc.)
The only work around for this, is to have a special script/process: that changes the extension, runs CSharpier, then puts the extension back.

Concept

Add a config section to the '.csharpierrc.*' that allows the user to pick the file extensions to target ie.

printWidth: 120
useTabs: false
tabWidth: 2
fileExtensions:
  - .cs
  - .cs.custom

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions