Language-Agnostic
Works with any text file format. No language-specific assumptions.
A powerful, extensible code formatter with configurable rules and plugin support
Install globally:
npm install -g @codewaveinnovation/formatterFormat a file:
cwf format myfile.txtFormat multiple files:
cwf format "src/**/*.ts"CWF (CodeWave Formatter) is designed to be a universal formatting solution that works with any programming language or text file. Unlike language-specific formatters, CWF provides a consistent formatting experience across your entire codebase.