aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 03f964f221772d6345b13abf649a65ee78f90db6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
root = true

[*]
end_of_line = lf

[*.go]
indent_style = tab
indent_size = 4

[*.tpl]
indent_style = space
indent_size = 2
ss='deletions'>-1/+1 putput to a file named "-" 2015-05-11bashcomp: PASSWORD_STORE_DIR env var does not necessarily have a trailing slashSamuel Lethiec1-0/+2 2015-05-11lastpass importer: more types supported and better checkingRaphaël Droz1-3/+7 2015-05-11add support for passing arbitrary options to all invocations of GPGDavid Adam2-4/+7 Uses the PASSWORD_STORE_GPG_OPTS environment variable. Can be used to (e.g.) change the keyrings or trust model used. 2015-05-11Exit 1 when gpg fails in multiline too.Anne Jan Brouwer1-1/+1 Multiline insert errors gave a exit code of 0, now correctly propagated.