Skip to content

Commit

Permalink
Fix Spellcheck (microsoft#78782)
Browse files Browse the repository at this point in the history
* Fix Spellcheck

* Fix overrides for spellcheck
  • Loading branch information
Trenly authored Sep 6, 2022
1 parent 714febd commit d64b5db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ indent_size = 2
# Overrides for Markdown Files - Use tab for indents (accessibility)
[*.md]
indent_style = tab

[{allow.txt,excludes.txt,patterns.txt}]
end_of_line = lf
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
*.txt text eol=crlf
*.validation text eol=crlf
*.yml text=auto
*.yaml text=auto
*.yaml text=auto
.github/actions/spelling/** text eol=lf

0 comments on commit d64b5db

Please sign in to comment.