Skip to content

Commit

Permalink
Created a common .editorconfig file used by all projects and moved th…
Browse files Browse the repository at this point in the history
…e spell checker settings to it
  • Loading branch information
EWSoftware committed Apr 24, 2023
1 parent deb3670 commit f2e3d57
Show file tree
Hide file tree
Showing 51 changed files with 145 additions and 767 deletions.
103 changes: 100 additions & 3 deletions SHFB/Source/.editorconfig → .editorconfig
Original file line number Diff line number Diff line change
@@ -1,11 +1,108 @@
# Top-most EditorConfig file
root = true

# Don't use tabs for indentation unless otherwise overridden
[*]
indent_style = space
end_of_line = crlf
guidelines = 80 dotted, 114 dotted
# (Please don't specify an indent_size here; that has too many unintended consequences.)
vsspell_section_id = 4ab9fbff07c9470c9a57edd4ce8100fb
vsspell_ignored_words_4ab9fbff07c9470c9a57edd4ce8100fb = File:IgnoredWords.dic

[*de-DE.xml]
# VSSPELL: Spell checker settings for German resource files
vsspell_section_id = 6a5d672665244bd0aedf29be0c54a902
vsspell_dictionary_languages_6a5d672665244bd0aedf29be0c54a902 = de-DE,en-US
vsspell_include_in_project_spell_check = false

[de-DE/**]
# VSSPELL: Spell checker settings for German resource files
vsspell_section_id = 6a5d672665244bd0aedf29be0c54a902
vsspell_dictionary_languages_6a5d672665244bd0aedf29be0c54a902 = de-DE,en-US
vsspell_include_in_project_spell_check = false

[*es-ES.xml]
# VSSPELL: Spell checker settings for Spanish resource files
vsspell_section_id = a41b390e15ca4b0c9d7d4c99cbf21725
vsspell_dictionary_languages_a41b390e15ca4b0c9d7d4c99cbf21725 = es-ES,en-US
vsspell_include_in_project_spell_check = false

[*fr-FR.xml]
# VSSPELL: Spell checker settings for French resource files
vsspell_section_id = 80884a2915f2422f822e4571fc9c4691
vsspell_dictionary_languages_80884a2915f2422f822e4571fc9c4691 = fr-FR,en-US
vsspell_include_in_project_spell_check = false

[*it-IT.xml]
# VSSPELL: Spell checker settings for Italian resource files
vsspell_section_id = e4e701d542234faf82224f784fee7d01
vsspell_dictionary_languages_e4e701d542234faf82224f784fee7d01 = it-IT,en-US
vsspell_include_in_project_spell_check = false

[*ja-JP.xml]
# VSSPELL: Ignore spell checking in Japanese resource files
vsspell_spell_check_as_you_type = false
vsspell_include_in_project_spell_check = false

[*ko-KR.xml]
# VSSPELL: Ignore spell checking in Korean resource files
vsspell_spell_check_as_you_type = false
vsspell_include_in_project_spell_check = false

[*pt-BR.xml]
# VSSPELL: Spell checker settings for Portuguese resource files
vsspell_section_id = 4639b537fef6440d84b193b898f2c231
vsspell_dictionary_languages_4639b537fef6440d84b193b898f2c231 = pt-BR,en-US
vsspell_include_in_project_spell_check = false

[*ru-RU.xml]
# VSSPELL: Spell checker settings for Russian resource files
vsspell_section_id = cd212683dfbd4ba6b4b5ef951da3f795
vsspell_dictionary_languages_cd212683dfbd4ba6b4b5ef951da3f795 = ru-RU,en-US
vsspell_include_in_project_spell_check = false

[ru-RU/**]
# VSSPELL: Spell checker settings for German resource files
vsspell_section_id = 6a5d672665244bd0aedf29be0c54a902
vsspell_dictionary_languages_6a5d672665244bd0aedf29be0c54a902 = ru-RU,en-US
vsspell_include_in_project_spell_check = false

[*zh-CHS.xml]
# VSSPELL: Ignore spell checking in Chinese resource files
vsspell_spell_check_as_you_type = false
vsspell_include_in_project_spell_check = false

[*zh-CN.xml]
# VSSPELL: Ignore spell checking in Chinese resource files
vsspell_spell_check_as_you_type = false
vsspell_include_in_project_spell_check = false

[StopWordList/**]
# VSSPELL: Ignore spell checking in stop word lists
vsspell_spell_check_as_you_type = false
vsspell_include_in_project_spell_check = false

[highlight.xml]
# VSSPELL: Ignore spell checking in highlighter XML configuration file
vsspell_spell_check_as_you_type = false
vsspell_include_in_project_spell_check = false

[branding-Website.js]
# VSSPELL: Ignore spell checking in branding website script
vsspell_spell_check_as_you_type = false
vsspell_include_in_project_spell_check = false

[bulma.css]
# VSSPELL: Ignore spell checking in Bulma CSS
vsspell_spell_check_as_you_type = false
vsspell_include_in_project_spell_check = false

[font-awesome.css]
# VSSPELL: Ignore spell checking in Font Awesome CSS
vsspell_spell_check_as_you_type = false
vsspell_include_in_project_spell_check = false

[MPFProj_Shared/**]
# VSSPELL: Ignore spell checking in the MPF project
vsspell_include_in_project_spell_check = false

# XML files of various types
[*.{aml,asax,ascx,asmx,asp,aspx,axml,config,content,cshtml,csproj,database,datasource,dbml,disco,discomap,dtsx,edmx,exclude,fxcop,htm,html,items,layout,maml,manifest,master,msha,myapp,nunit,nuspec,proj,projitems,props,publishproj,pubxml,rdl,rdlc,resx,ruleset,settings,shfbproj,shproj,sitemap,snippets,soap,svc,svcinfo,svcmap,targets,tasks,tokens,vbhtml,vbproj,vcxproj,vcxproj.filters,vsct,vsixmanifest,vstemplate,webinfo,wsdl,xaml,xamlcfg,xml,xsd,xsl,xslt,xsx}]
Expand Down
95 changes: 0 additions & 95 deletions Documentation/.editorconfig

This file was deleted.

4 changes: 2 additions & 2 deletions Documentation/AllDocumentation.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{21CF8CF5-DA35-41C6-B04F-B307C0CA80B1}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
AllDocumentation.sln.vsspell = AllDocumentation.sln.vsspell
..\.editorconfig = ..\.editorconfig
..\IgnoredWords.dic = ..\IgnoredWords.dic
EndProjectSection
EndProject
Project("{7CF6DF6D-3B04-46F8-A40B-537D21BCA0B4}") = "SandcastleBuilder", "SandcastleBuilder\SandcastleBuilder.shfbproj", "{DEA33D54-A820-4458-85EB-8C52FF13508D}"
Expand Down
43 changes: 0 additions & 43 deletions Documentation/AllDocumentation.sln.vsspell

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion Documentation/SandcastleMAMLGuide/MAMLGuide.shfbproj
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@
</ItemGroup>
<ItemGroup>
<None Include="Bibliography.xml" />
<None Include="ConceptualTemplates\ConceptualTemplates.vsspell" />
<None Include="Content\BlockElements\bibliography.aml" />
<None Include="Content\CommonInline\languageKeyword.aml" />
<None Include="Content\CommonInline\lineBreak.aml" />
Expand Down
20 changes: 0 additions & 20 deletions Documentation/SandcastleMAMLGuide/MAMLGuide.sln

This file was deleted.

39 changes: 0 additions & 39 deletions Documentation/XMLCommentsGuide/XMLCommentsGuide.sln

This file was deleted.

28 changes: 0 additions & 28 deletions Documentation/XMLCommentsGuide/XMLCommentsGuide.sln.vsspell

This file was deleted.

Loading

0 comments on commit f2e3d57

Please sign in to comment.