Hong Xu

Results 375 comments of Hong Xu

@jedmao Can we do another property `trim_extra_final_lines`? This can exist independently with `insert_final_newline`, because some people just want to trim but not have interest in inserting.

@Vigilans Your issue seems to be the availability of the feature in VSCode. I believe it's being discussed at https://github.com/editorconfig/editorconfig-vscode/issues/153

Thanks for the suggestion. This, however, IMO, has two issues: - The commands aren't cross-platform, but EditorConfig is designed to be across editors (and thus OSes). - This can potentially...

I think this may be too specific for EditorConfig now, and I doubt the number of editors in which this feature can be implemented.

@florianb That might have driven us to the point discussed in #190 ...

I've tested `[a-c]` on two cores (C and Python) and they actually work. However, we may need to test others as well. One thing we can do is to release...

@isdm It's supposed to work, because we are supporting everything that gitignore supports with exceptions listed on the webpage. I've tested both C core and Python core, and both of...

@Pittan Ask for help again 😅

Which editor is this? It looks like it's an editor-specific feature. Then you should report to their issue tracker. The standard EditorConfig does not involve language specific settings until today.

You can set it to none. From editorconfig.org > Please ignore any unrecognized properties and property values in your editor plugin for future compatibility, since new properties and permitted values...