Skip to content

Commit d8f0d36

Browse files
committed
Cleanup trailing whitespace
1 parent 3bed408 commit d8f0d36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ The script will install the executables `haskell-language-server-wrapper` and `h
208208
It will copy the latter appending the used ghc version, needed by the wrapper to choose the suitable version
209209
for the project at hand.
210210

211-
So installing the executables directly with `stack install` or `cabal v2-install` may not be enough
211+
So installing the executables directly with `stack install` or `cabal v2-install` may not be enough
212212
for it to work properly.
213213

214214
Install haskell-language-server for the latest available and supported GHC version (and hoogle docs):
@@ -604,7 +604,7 @@ This returns an error in HLS if 'tasty-discover' is not in the path: `could not
604604
### Style guidelines
605605

606606
The project includes a [`.editorconfig`](https://editorconfig.org) [file](https://github.com/haskell/haskell-language-server/blob/master/.editorconfig) with the editor basic settings used by the project.
607-
However, most editors will need some action to honour those settings automatically.
607+
However, most editors will need some action to honour those settings automatically.
608608
For example vscode needs to have installed a specific [extension](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig).
609609
Please, try to follow those basic settings to keep the codebase as uniform as possible.
610610

@@ -645,7 +645,7 @@ If you want to test HLS while hacking on it, follow the steps below.
645645
To do once:
646646
- Open some codebase on which you want to test your hacked HLS in your favorite editor
647647
- Configure this editor to use your custom HLS executable
648-
- With Cabal:
648+
- With Cabal:
649649
- On Unix systems: `cabal exec which haskell-language-server`
650650
- On Windows: `cabal exec where haskell-language-server`
651651
- With Stack: `$(stack path --dist-dir)/build/haskell-language-server/haskell-language-server`

0 commit comments

Comments
 (0)