From 28c35cc8dffca668e5472bec76a4f489b2b3198e Mon Sep 17 00:00:00 2001 From: waddlaw Date: Mon, 8 Jul 2019 11:48:29 +0900 Subject: [PATCH] Drop the mention of configuration file from readme --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 73a0bfa..cda5285 100644 --- a/README.md +++ b/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).