Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 7283ae2

Browse files
Nils Martelfendor
Nils Martel
authored andcommitted
Remove Semicolon
Fix trailing comma for consistencies sake and because trailing commas aren't valid json
1 parent 6afa461 commit 7283ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ Then issue `:CocConfig` and add the following to your Coc config file.
563563
"*.cabal",
564564
"stack.yaml",
565565
"cabal.project",
566-
"package.yaml",
566+
"package.yaml"
567567
],
568568
"filetypes": [
569569
"hs",

0 commit comments

Comments
 (0)