From 93eb43f663113774492e1f6c1dc58a9a37222415 Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Wed, 20 Jun 2018 11:37:19 -0700 Subject: [PATCH] Add a PR-Preview configuration file See https://github.com/tobie/pr-preview#configuration-file for documentation. This only supports the main Web Bluetooth specification. https://github.com/tobie/pr-preview/issues/18 tracks being able to preview the scanning spec as well. --- .pr-preview.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .pr-preview.json diff --git a/.pr-preview.json b/.pr-preview.json new file mode 100644 index 0000000..41eb560 --- /dev/null +++ b/.pr-preview.json @@ -0,0 +1,7 @@ +{ + "src_file": "index.bs", + "type": "bikeshed", + "params": { + "force": 1 + } +}