dotfiles/dot_httpie/config.json

8 lines
113 B
JSON

{
"default_options": [
"--follow",
"--style=solarized-dark",
"--ssl=tls1.2",
"--verbose"
]
}