You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -552,6 +552,13 @@ This returns an error in HLS if 'tasty-discover' is not in the path: `could not
552
552
- Join [our IRC channel](https://webchat.freenode.net/?channels=haskell-ide-engine) at `#haskell-ide-engine` on `freenode`.
553
553
- Fork this repo and [ghcide](https://github.com/haskell/ghcide) and hack as much as you can.
554
554
555
+
### Style guidelines
556
+
557
+
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.
558
+
However, most editors will need some action to honour those settings automatically.
559
+
For example vscode needs to have installed a specific [extension](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig).
560
+
Please, try to follow those basic settings to keep the codebase as uniform as possible.
561
+
555
562
### Building haskell-language-server
556
563
557
564
The project can be built with both `cabal build` and `stack build`.
0 commit comments