Hong Xu

Results 374 comments of Hong Xu

Is the executable dynamically linked? This is what the option `BUILD_STATICALLY_LINKED_EXE` means. It doesn't change what happens to the library build.

We currently always work with major mode. When using vue-mode, I guess you also have to use some js major mode. Is this correct?

Thanks for your fix. Unfortunately, it may probably not work: `smartindent`, `cindent` options may still have effects. We don't have a consensus on `none` or `disable` or any other words...

I looked at this again, and it doesn't seem to fit in the overall framework of EditorConfig. All editor plugins ignore unknown property values so we can achieve best future...

@erichlf Thanks for your inspection into the issue. From what you've reported, it looks like this is an issue of the plugin (not the EditorConfig executable). I think I need...

@erichlf Since I still cannot reproduce your issue, I've updated the source code to be more "verbose" when the verbose mode is turned on. Can you test the case where...

`~/.editorconfig` is not supposed to be system wide. It only affects subdirs of `~`. Your first example (in the original issue) does not look working properly. Maybe we can focus...

@erichlf I think it would be a bit surprising if the symbolic links are solved to "true" paths --- people creates symbolic links with the point to modify the path...

@erichlf It's not true that "any programming language would report that location", in most cases you can decide whether to resolve the symlink in a general programming framework. However unfortunately,...

Could you explain what this is for?