A CMake file formatter, written in Typescript

0 stars 0 forks 0 watchers TypeScript Creative Commons Zero v1.0 Universal
2 Open Issues Need Help Last updated: Sep 12, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This enhancement proposes adding support for multiple configuration file formats and locations to improve flexibility. It suggests reading settings from a `.passablerc` file, a `passable` node within `package.json`, and potentially a `.passablerc.yaml` file. Additionally, it explores the possibility of integrating configuration from `.editorconfig` files.

Complexity: 3/5
enhancement good first issue

A CMake file formatter, written in Typescript

TypeScript

AI Summary: This issue proposes refactoring the project's default configuration. Currently, the configuration is embedded directly within the `config.ts` source file, but due to its expansion, the plan is to extract it into a separate, dedicated file for better organization.

Complexity: 2/5
enhancement good first issue

A CMake file formatter, written in Typescript

TypeScript