Hong Xu

Results 374 comments of Hong Xu

@jedmao I would like to point out that it's better that all encoding follows the names defined by [IANA](http://www.iana.org/assignments/character-sets/character-sets.xhtml), thus editors have a better chance to convert those names to...

I think `latin1` should be `US-ASCII`. Any way, they can be kept as exceptions.

@kAlvaro Is [this](http://stackoverflow.com/a/388500/1150462) what you want?

@raholly I don't think we have plans in the near future. Encodings use very different names in different systems, which is hard to map in the plugins. In addition, I...

@binki (You should open a new issue for this) The wiki page is wrong. The reason is that we used to discourage the use of it (see #333). I'll add...

@kAlvaro is right: While this looks simple, practically it is very hard to work out. All editor plugin developers have to create a mapping from our set encoding names to...

If you are only requesting to support windows-1252, [I think practically you can use latin1](https://msdn.microsoft.com/en-us/library/cc195054.aspx). It should be more or less the same as windows-1252, but under a different name....

I agree with @greut . Code folding is a matter of personal visual preference, which settings do not intrude those of other developers on the same project. Hence it is...

Perhaps a menu option that expands to the list of all `.editorconfig` files.

I think it is always easy to exclude directories: create an `.editorconfig` file as following in the excluded directory: ``` ini # do not use any .editorconfig files in upper...