insomnia/.editorconfig
Gregory Schier cb2e720c5c A bunch of fixes with OAuth and minor network bugs (#155)
* A bunch of fixes with OAuth and minor network bugs

* Handle charsets and only autocomplete constants if exact prefix

* Fix head requests

* Fix double submisson of request

* Fixed tests
2017-04-19 18:37:40 -07:00

4 lines
71 B
INI

[*.{js,json,html}]
charset = utf-8
indent_style = space
indent_size = 2