Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fsprojects/fantomas
FSharp source code formatter
https://github.com/fsprojects/fantomas
ast formatter fsharp
Last synced: 4 days ago
JSON representation
FSharp source code formatter
- Host: GitHub
- URL: https://github.com/fsprojects/fantomas
- Owner: fsprojects
- License: other
- Created: 2013-02-02T18:13:57.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T13:15:49.000Z (20 days ago)
- Last Synced: 2025-01-23T10:01:33.580Z (11 days ago)
- Topics: ast, formatter, fsharp
- Language: F#
- Homepage: https://fsprojects.github.io/fantomas
- Size: 152 MB
- Stars: 782
- Watchers: 24
- Forks: 194
- Open Issues: 121
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Fantomas
========![Fantomas logo](https://raw.githubusercontent.com/fsprojects/fantomas/main/fantomas_logo.png)
![GitHub Workflow Status (event)](https://img.shields.io/github/actions/workflow/status/fsprojects/fantomas/main.yml?branch=main&label=Build%20main&style=flat-square)
[![Discord](https://img.shields.io/discord/940511234179096586?label=Fantomas%20Discord&style=flat-square)](https://discord.gg/D5QXvQrBVa)
[![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/fantomas?style=flat-square)](https://www.nuget.org/packages/fantomas/absoluteLatest)F# source code formatter, inspired by [scalariform](https://github.com/mdr/scalariform) for Scala, [ocp-indent](https://github.com/OCamlPro/ocp-indent) for OCaml and [PythonTidy](https://github.com/acdha/PythonTidy) for Python.
> dotnet tool install fantomas
Documentation is available at https://fsprojects.github.io/fantomas/docs/index.html
## Contributing Guidelines
See the [Contribution Guidelines](./CONTRIBUTING.md) and our [contributors documentation](https://fsprojects.github.io/fantomas/docs/contributors/Index.html)