mirror of
https://github.com/getgrav/grav.git
synced 2026-02-26 00:21:31 +01:00
Forcing 2 space indentation on all yaml files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user