Skip to content
#

clojure-development

Here are 31 public repositories matching this topic...

ekkl
ekkl commented Jul 9, 2018
  1. Select theme with thick strip in line number block.
  2. Save and restart. Open some file. Нou see that the first characters of the lines are hidden under stripe.
  3. Open another file. All display properly.
  4. If you see carefully that the whole block with line numbers in the first case is shifted to the left.
    First file
    First file
codemirror good first issue bug
laheadle
laheadle commented May 28, 2022

Expected behavior

Setting the option to customize the behavior of cljfmt should take effect by customizing that behavior.

Actual behavior

Setting the option to customize the behavior of cljfmt has no effect.

Steps to reproduce the problem

I have set:

(setq cider-format-code-options
        '(("remove-consecutive-blank-lines?" t)
          ("remove-multiple-non-i
enhancement good first issue

Improve this page

Add a description, image, and links to the clojure-development topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the clojure-development topic, visit your repo's landing page and select "manage topics."

Learn more