We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b26a782 commit 5c0b607Copy full SHA for 5c0b607
.editorconfig
@@ -7,6 +7,3 @@ indent_size = 4
7
indent_style = space
8
insert_final_newline = true
9
trim_trailing_whitespace = true
10
-
11
-[*.yml*]
12
-indent_size = 2
mkdocs.yml
@@ -3,9 +3,9 @@ site_favicon: favicon.ico
3
copyright: © 2015 PHP HTTP Team
4
theme: readthedocs
5
extra_css:
6
- - css/extra.css
+ - css/extra.css
markdown_extensions:
- - toc:
- permalink: true
- - sane_lists
- - admonition
+ - toc:
+ permalink: true
+ - sane_lists
+ - admonition
0 commit comments