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
+7
Original file line number
Diff line number
Diff line change
@@ -561,6 +561,13 @@ This returns an error in HLS if 'tasty-discover' is not in the path: `could not
561
561
- Join [our IRC channel](https://webchat.freenode.net/?channels=haskell-ide-engine) at `#haskell-ide-engine` on `freenode`.
562
562
- Fork this repo and [ghcide](https://github.com/haskell/ghcide) and hack as much as you can.
563
563
564
+
### Style guidelines
565
+
566
+
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.
567
+
However, most editors will need some action to honour those settings automatically.
568
+
For example vscode needs to have installed a specific [extension](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig).
569
+
Please, try to follow those basic settings to keep the codebase as uniform as possible.
570
+
564
571
### Building haskell-language-server
565
572
566
573
The project can be built with both `cabal build` and `stack build`.
0 commit comments