Skip to content

Commit

Permalink
Merge pull request #420 from haskell/jneira-readme-editorconfig
Browse files Browse the repository at this point in the history
Include .editorconfig in the contributing section
  • Loading branch information
alanz authored Sep 22, 2020
2 parents 043abcb + 58447ec commit e8c02fe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,13 @@ This returns an error in HLS if 'tasty-discover' is not in the path: `could not
- Join [our IRC channel](https://webchat.freenode.net/?channels=haskell-ide-engine) at `#haskell-ide-engine` on `freenode`.
- Fork this repo and [ghcide](https://github.com/haskell/ghcide) and hack as much as you can.

### Style guidelines

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.
However, most editors will need some action to honour those settings automatically.
For example vscode needs to have installed a specific [extension](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig).
Please, try to follow those basic settings to keep the codebase as uniform as possible.

### Building haskell-language-server

The project can be built with both `cabal build` and `stack build`.
Expand Down

0 comments on commit e8c02fe

Please # to comment.