Skip to content

Commit

Permalink
new version of astroid
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Roy committed Aug 5, 2017
1 parent bf0d46a commit eaa615b
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"astroid": {
"config": {
"version": "7"
"version": "8"
},
"notmuch_config": "\/home\/hugo\/.notmuch-config",
"debug": {
Expand Down Expand Up @@ -127,7 +127,8 @@
"signature_file": "\/home\/hugo\/.email\/signatures\/tosdr.signature",
"signature_default_on": "false",
"signature_attach": "false",
"always_gpg_sign": "false"
"always_gpg_sign": "false",
"signature_separate": "false"
},
"fsfe": {
"name": "Hugo Roy",
Expand All @@ -142,7 +143,8 @@
"signature_file": "\/home\/hugo\/.email\/signatures\/fsfe.signature",
"signature_default_on": "false",
"signature_attach": "false",
"always_gpg_sign": "true"
"always_gpg_sign": "true",
"signature_separate": "false"
},
"avocat": {
"name": "Hugo Roy",
Expand All @@ -157,7 +159,8 @@
"signature_file": "\/home\/hugo\/.email\/signatures\/avocat.signature",
"signature_default_on": "false",
"signature_attach": "false",
"always_gpg_sign": "true"
"always_gpg_sign": "true",
"signature_separate": "false"
},
"hugo": {
"name": "Hugo Roy",
Expand All @@ -172,7 +175,8 @@
"signature_file": "\/home\/hugo\/.email\/signatures\/hugo.signature",
"signature_default_on": "false",
"signature_attach": "false",
"always_gpg_sign": "false"
"always_gpg_sign": "false",
"signature_separate": "false"
}
},
"startup": {
Expand Down

0 comments on commit eaa615b

Please sign in to comment.