Jed

Results 153 comments of Jed

@holandaleo `continuation_indent_size` is not a core setting.

Considering the popularity and trajectory of vscode, I think we should align with their language list.

We can use this these same [language identifiers](https://gist.github.com/jedmao/4ddde611c9a05acdd363940c6c57eea8) in YAML format for the [`language`](https://github.com/editorconfig/editorconfig/issues/190) rule. It might even make sense to use the YAML file directly from the gist?

@cdutson you say "it removes all those lines". What is "it" in this context?

I think they are talking about indentation on empty lines being trimmed off when saving a file. They want to preserve indentation on empty lines so they can click or...

I believe this issue might be better filed in the specific editor in question, as EditorConfig is only really meant to enable the built-in editor setting or trigger it. Definitely...

@evan-king, I totally get your argument that it defeats the purpose if different editors are going to differently interpret the rules, but you have to also consider the fact that...

What I'm pitching is that we don't introduce this new `ignore_empty_lines` rule. There doesn't have to be editor wars, because if the editor doesn't work the way you want then...

@florianb, the mission statement of EditorConfig to maintain consistent coding styles between different editors is an excellent one, but that's not exactly true today and it may never be true...

@florianb, you said that I said... > The golden path is sticking with things where its well known how this might be implemented and where we can assure tools are...