This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
editorconfig doesn't override clojure indent #43
Comments
I am not seeing this behaviour. I confirmed that
And in
I then created a
Which seems to work as expected:
|
Did your test really use I've tried this a few times, even with very minimal
with
and I get
from vim, and
from neovim |
I typo'd I can reproduce the issue without the typo. |
agriffis
changed the title
functions to look up editorconfig settings
editorconfig doesn't override clojure indent
Mar 13, 2019
Experimenting... This works:
This does not:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
vim-clojure-static (distributed with vim) sets
shiftwidth=2
and it seems like my.editorconfig
isn't overriding thatThe text was updated successfully, but these errors were encountered: