Skip to content

Commit 5c0b607

Browse files
committed
Four spaces YAML indentation
1 parent b26a782 commit 5c0b607

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.editorconfig

-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@ indent_size = 4
77
indent_style = space
88
insert_final_newline = true
99
trim_trailing_whitespace = true
10-
11-
[*.yml*]
12-
indent_size = 2

mkdocs.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ site_favicon: favicon.ico
33
copyright: © 2015 PHP HTTP Team
44
theme: readthedocs
55
extra_css:
6-
- css/extra.css
6+
- css/extra.css
77
markdown_extensions:
8-
- toc:
9-
permalink: true
10-
- sane_lists
11-
- admonition
8+
- toc:
9+
permalink: true
10+
- sane_lists
11+
- admonition

0 commit comments

Comments
 (0)