Hong Xu

Results 374 comments of Hong Xu

I'm a little worried about changing the format. How about ``` exclude = a, b, c, d ``` ? With the support of line continuition, this should not be an...

@jedmao Currently it follows the definiton given by Python's ConfigParser module, except for that squared brackets can be used in sections. I cannot think of anything else different currently. I...

@jedmao I agree, however, if we can use a unified INI parser, why not a unified core library?

@jedmao The problem is that there is no "standard" INI. The Python ConfigParser's INI spec is one of the most popular specs, so we chose that... For this issue, we...

I don't quite understand your point here... Do you wanna have something like one-click compilation? EditorConfig is about unifying coding style though...

@cirosantilli I agree with that you want to have shell commands bound to a specific definition in an editor (functions, commands in editors, etc. but not key mapping though). I...

Emacs' behavior complies, as this setup is supposed to handle source code where size of indent is smaller than a tab, but a tab is used whenever its defined width...

See [here](https://github.com/editorconfig/editorconfig/wiki/FAQ)