httpie-cli/tests/fixtures/.editorconfig
Jakub Roztocil 07a0359316
Final touches for #1088 (#1091)
* Make sure there’s no trailing \n in test files for easier output inspection

* Refactor output matching test utils

* More robust `test_http_307_allow_redirect_post_verbose()`

* Changelog

* Mention HTTP 307 Temporary Redirect re-post behaviour in README
2021-06-15 14:48:44 +02:00

7 lines
109 B
INI

# https://editorconfig.org
[{*.txt, *.json}]
trim_trailing_whitespace = false
insert_final_newline = false