From a95e8f345781affa61db26677d69dbe0e3357d49 Mon Sep 17 00:00:00 2001 From: Drew Noakes Date: Fri, 2 Feb 2024 12:56:18 +1100 Subject: [PATCH] Spell check in both US and British English --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 4414d2a62..0547f235e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,6 +3,7 @@ root = true [*] # Spell checker configuration +spelling_languages = en-us,en-gb spelling_exclusion_path = spelling.dic [*.cs]