🚧 Work in Progress! 🚧
Before trying formatting with this plugin please commit your changes.
Prettier C# Plugin is a Prettier plugin that uses the Rosyln API to provide Prettier with a syntax tree it can transform and print in a standardized way.
In order to run the plugin you need the following:
###npm
npm install --save-dev prettier-csharp-plugin
yarn add --dev prettier-csharp-plugin
prettier --write "**/*.cs"
Andrew Palugniok |