editorconfig: add *.vault
This commit is contained in:
parent
fbb8840dff
commit
8cef49cfce
1 changed files with 5 additions and 0 deletions
|
@ -14,3 +14,8 @@ indent_size = 2
|
||||||
# possibly sql dumps
|
# possibly sql dumps
|
||||||
[*.sql]
|
[*.sql]
|
||||||
indent_size = unset
|
indent_size = unset
|
||||||
|
|
||||||
|
# bundlewrap encrypted files
|
||||||
|
[*.vault]
|
||||||
|
end_of_line = unset
|
||||||
|
insert_final_newline = unset
|
||||||
|
|
Loading…
Reference in a new issue