diff --git a/.cspell.json b/.cspell.json index 8774c09be..9556ca845 100644 --- a/.cspell.json +++ b/.cspell.json @@ -21,6 +21,7 @@ "backports", "binutils", "bitbucketdatacenter", + "Bluesky", "Boguslawski", "bradrydzewski", "BUILDPLATFORM", @@ -272,5 +273,7 @@ // ignore inline svg in css "\\s*url\\(\"data:image/svg\\+xml.*" ], - "enableFiletypes": ["dockercompose"] + "enableFiletypes": [ + "dockercompose" + ] }