зеркало из https://github.com/dotnet/razor.git
Create spelling exclusions file
This commit is contained in:
Родитель
ae0352cb43
Коммит
00c6f936f1
|
@ -8,6 +8,7 @@ root = true
|
|||
indent_style = space
|
||||
# (Please don't specify an indent_size here; that has too many unintended consequences.)
|
||||
trim_trailing_whitespace = true
|
||||
spelling_exclusion_path = SpellingExclusions.dic
|
||||
|
||||
# Code files
|
||||
[*.{cs,csx,vb,vbx}]
|
||||
|
|
|
@ -89,6 +89,7 @@ EndProject
|
|||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{4CAC99E0-6ECE-4264-96C3-AF4EEE7BC9D1}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
.editorconfig = .editorconfig
|
||||
SpellingExclusions.dic = SpellingExclusions.dic
|
||||
eng\Versions.props = eng\Versions.props
|
||||
EndProjectSection
|
||||
EndProject
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
csharp
|
Загрузка…
Ссылка в новой задаче