cursive
cursive copied to clipboard
"Force Only Indent" not respected in `ns` form
With the Force Only Indent turned on, this is how the ns
form gets formatted:
(ns front.demo
(:require [re-frame.core :as rf]
[reagent.core :as reagent]))
But I believe it should be like this:
(ns front.demo
(:require [re-frame.core :as rf]
[reagent.core :as reagent]))
Here are the settings I'm using: