cursive icon indicating copy to clipboard operation
cursive copied to clipboard

"Force Only Indent" not respected in `ns` form

Open isaksky opened this issue 2 years ago • 0 comments

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:

image

isaksky avatar Mar 01 '22 15:03 isaksky