Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indentation settings visually change when focus is lost #46

Open
stijnherreman opened this issue Aug 14, 2016 · 0 comments
Open

Indentation settings visually change when focus is lost #46

stijnherreman opened this issue Aug 14, 2016 · 0 comments

Comments

@stijnherreman
Copy link

stijnherreman commented Aug 14, 2016

Using Visual Studio 2015 with the bleeding edge version of the extension.

I understand that the global settings are reset when focus is lost, but I don't understand why it has a visual effect on open files.

.editorconfig at solution level

root = true

[*]
charset = utf-8
indent_size = 4
indent_style = tab
tab_width = 4
end_of_line = crlf
insert_final_newline = false
trim_trailing_whitespace = true

When the text editor has focus:
focus

When the text editor does not have focus:
no-focus

The actual file content is as you see it when it has focus, but it's confusing to see the indentation change.

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

No branches or pull requests

2 participants