From 4e2647a27cab2f853566014f11c0c0819a978c4b Mon Sep 17 00:00:00 2001 From: martincostello Date: Fri, 27 Oct 2023 09:12:02 +0100 Subject: [PATCH] Add spellcheck dictionary Add Visual Studio spell checker dictionary. --- .editorconfig | 6 +++++- exclusion.dic | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 exclusion.dic diff --git a/.editorconfig b/.editorconfig index 2f385cdb..083be164 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,10 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true +# Visual Studio Spell Checker +spelling_exclusion_path = .\exclusion.dic +spelling_languages = en-us + [*.{appxmanifest,axml,build,config,csproj,dbml,discomap,dtd,json,jsproj,lsproj,njsproj,nuspec,proj,props,resjson,resw,resx,StyleCop,targets,props,tasks,vbproj,yml,xml,xsd}] indent_style = space indent_size = 2 @@ -41,7 +45,7 @@ dotnet_naming_rule.static_fields_should_have_prefix.style = static_prefix_sty dotnet_naming_symbols.static_fields.applicable_kinds = field dotnet_naming_symbols.static_fields.required_modifiers = static dotnet_naming_symbols.static_fields.applicable_accessibilities = private, internal, private_protected -dotnet_naming_style.static_prefix_style.required_prefix = +dotnet_naming_style.static_prefix_style.required_prefix = dotnet_naming_style.static_prefix_style.capitalization = pascal_case # don't have var preferences diff --git a/exclusion.dic b/exclusion.dic new file mode 100644 index 00000000..e774c85f --- /dev/null +++ b/exclusion.dic @@ -0,0 +1 @@ +stryker