Skip to content
This repository has been archived by the owner on Apr 10, 2021. It is now read-only.

indent_size should override the formatting config #114

Open
mvorisek opened this issue Dec 29, 2017 · 2 comments
Open

indent_size should override the formatting config #114

mvorisek opened this issue Dec 29, 2017 · 2 comments

Comments

@mvorisek
Copy link

How to reproduce:

  • Netbeans formatting: 4 space

  • .editorconfig:

[*]
indent_style = space
indent_size = 2

Current result:
pressing tab results in 4 spaces

Expected result:
pressing tab results in 2 spaces

@sinan-evanshunt
Copy link

sinan-evanshunt commented Feb 13, 2018

Same here. Don't really want to switch to another IDE, been using it for so many years. But now I'm part of a larger developers group; I might have to.

Edit: Already switched to VS Code. Much more lightweight.

@Chris2011
Copy link
Contributor

Afaik, the config will only work on save, not immediately, but only guessin. maybe @bennyn can say smth here?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants