Edit yaml files indentation style
This commit is contained in:
parent
b7cc126acb
commit
98499d98de
20 changed files with 299 additions and 298 deletions
|
@ -11,3 +11,6 @@ insert_final_newline = true
|
||||||
|
|
||||||
[*.md]
|
[*.md]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
|
[*.{yaml,yml}]
|
||||||
|
indent_style = space
|
||||||
|
|
|
@ -13,4 +13,3 @@ sections:
|
||||||
width: 1/2
|
width: 1/2
|
||||||
text: |
|
text: |
|
||||||
(link: https://paulnicoue.com text: paulnicoue.com target: _blank)
|
(link: https://paulnicoue.com text: paulnicoue.com target: _blank)
|
||||||
|
|
||||||
|
|
|
@ -24,6 +24,5 @@ permissions:
|
||||||
create: false
|
create: false
|
||||||
delete: false
|
delete: false
|
||||||
update: false
|
update: false
|
||||||
|
|
||||||
sections:
|
sections:
|
||||||
info: false
|
info: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue