Skip to content

Commit 8302920

Browse files
move mkdocs-typer to devdeps (#1331)
* move mkdocs-typer to devdeps * add .gitattributes for toml parsing issues on Windows CI * bump timeout --------- Co-authored-by: Alonso Guevara <[email protected]>
1 parent 7235c6f commit 8302920

File tree

3 files changed

+346
-333
lines changed

3 files changed

+346
-333
lines changed

.gitattributes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
*.txt text eol=lf
2+
*.md text eol=lf
3+
*.yml text eol=lf
4+
*.html text eol=lf
5+
*.py text eol=lf
6+
*.toml text eol=lf
7+
.gitattributes text eol=lf
8+
.gitignore text eol=lf
9+
*.lock
10+
CODEOWNERS text eol=lf
11+
LICENSE text eol=lf

0 commit comments

Comments
 (0)