new default astroid config values

This commit is contained in:
2018-07-15 12:28:25 +02:00
parent 400a6ac017
commit 787a229c08

View File

@@ -9,6 +9,11 @@
},
"hints": {
"level": "0"
},
"log": {
"syslog": "false",
"stdout": "true",
"level": "debug"
}
},
"terminal": {
@@ -85,17 +90,17 @@
"open_external_link": "xdg-open",
"default_save_directory": "~",
"indent_messages": "true",
"gravatar": {
"enable": "false"
},
"mark_unread_delay": "0.5",
"expand_flagged": "true",
"code_prettify": {
"enable": "false",
"for_tags": "",
"code_tag": "```",
"enable_for_patches": "true"
},
"gravatar": {
"enable": "false"
},
"mark_unread_delay": "0.5",
"expand_flagged": "true",
"mathjax": {
"enable": "false",
"uri_prefix": "https:\/\/cdn.mathjax.org\/mathjax\/2.6-latest\/",