mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 12:50:47 +08:00
chore(editorconfig): add config for yaml files
This commit is contained in:
parent
cfdb561bf6
commit
711ab84557
1 changed files with 6 additions and 0 deletions
|
|
@ -15,3 +15,9 @@ indent_size = 2
|
|||
indent_style = space
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.yml]
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
Loading…
Add table
Reference in a new issue