mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
Forcing 2 space indentation on all yaml files
This commit is contained in:
parent
ac3b0ba3ec
commit
a6d46ebcd7
|
|
@ -11,3 +11,8 @@ trim_trailing_whitespace = true
|
|||
insert_final_newline = true
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
# 2 space indentation
|
||||
[*.yaml, *.yml]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user