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:
parent
a2b75213b3
commit
28c35cc8df
12
README.md
12
README.md
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user