1
1
mirror of https://github.com/google/ormolu.git synced 2024-12-02 23:43:34 +03:00

Drop the mention of configuration file from readme

This commit is contained in:
waddlaw 2019-07-08 11:48:29 +09:00 committed by Mark Karpov
parent a2b75213b3
commit 28c35cc8df

View File

@ -64,18 +64,6 @@ formatted output.
$ ormolu --mode inplace Module.hs
```
A configuration file can specify the language extensions to use by default.
```console
$ cat ormolu.yaml
ghc-opts:
- -XLambdaCase
unsafe: False
debug: False
$ ormolu -c ormolu.yaml Module.hs
```
## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md).