Skip to content

Commit

Permalink
Replace tabs with spaces in README
Browse files Browse the repository at this point in the history
Tabs?! What do I look like!
  • Loading branch information
SevereOverfl0w committed Feb 24, 2020
1 parent 2be3857 commit 12e744b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ But it is likely useful with other ClojureScript environments also.
----
:tests [{…
:cljs/repl-env io.dominic.delegating-repl.core/repl-env
:cljs/compiler-options
{:io.dominic.delegating-repl/repl-env cljs.repl.browser/repl-env
;; Don't create visible GUI, prevent stealing focus.
:launch-command ["chrome" "--silent-launch" "http://localhost:9000"]
;; Do create a visible tab, but don't worry, it won't block.
:launch-command ["chrome" "http://localhost:9000"]
;; Prevent cljs.repl.browser from starting a browser.
:launch-browser false}}]
:cljs/compiler-options
{:io.dominic.delegating-repl/repl-env cljs.repl.browser/repl-env
;; Don't create visible GUI, prevent stealing focus.
:launch-command ["chrome" "--silent-launch" "http://localhost:9000"]
;; Do create a visible tab, but don't worry, it won't block.
:launch-command ["chrome" "http://localhost:9000"]
;; Prevent cljs.repl.browser from starting a browser.
:launch-browser false}}]
----

0 comments on commit 12e744b

Please sign in to comment.