diff --git a/.editorconfig b/.editorconfig index 37508f463..630e82e79 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ root = true [*] indent_size = 2 -indent_style = tab +indent_style = space charset = utf-8 end_of_line = lf insert_final_newline = true diff --git a/README.md b/README.md index 2b19a51f3..af5e289d4 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ _Customized themes are also synced with local session storage_ - Copy public "Share URL" - Generate request code for JavaScript XHR, Fetch, cURL - Copy generated request code to clipboard + - Import cURL :electric_plug: **Web Socket**: Establish full-duplex communication channels over a single TCP connection diff --git a/components/modal.vue b/components/modal.vue index 8f6ebeba8..576e9928e 100644 --- a/components/modal.vue +++ b/components/modal.vue @@ -22,7 +22,7 @@