mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
Update editor config for .yml files
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
51fc07be3d
commit
058ca8c560
1 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,10 @@ trim_trailing_whitespace = true
|
|||
indent_size = 2
|
||||
indent_style = space
|
||||
|
||||
[*.yml]
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue