Trey Hunner
Trey Hunner
There is no way to do this right now. You would typically want to include `[**.foo]` in your local project's `.editorconfig` file if needed or _not_ use `*` if the...
@OliverJAsh there is no override built-in to the EditorConfig core libraries. As a workaround, you could customize the Sublime Text plugin code to specify a hard-coded set of properties (probably...
I like this idea. I could really use this feature in many of my JavaScript projects. **Negative** The problem I have with implementing something like this is that it's very...
Thanks for the suggestion @zimbatm. I'm also uncertain about the potential variability of implementations for this option. I haven't yet done any research to back up my concerns. Personally I...
Here's two past property research wiki pages, so those contributing can get an idea of what information might be useful to add to the property research page: - [insert_final_newline](https://github.com/editorconfig/editorconfig/wiki/Newline-at-End-of-File-Support) -...
I agree that editor implementations of features don't need to be uniform. I am for the inclusion of this feature. I like to take new features slowly and tear them...
Great! I added placeholders for TextMate and Visual Studio which were missing from the list I had made. We can keep adding to that page as we develop. @johan do...
I hadn't considered using the character limit guide that some editors allow instead of hard wrapping. That seems most appropriate to leave up to the user. For example I always...
@jedmao A `.user.editorconfig` file could work for this situation, but it seems inappropriate to me for most of the properties we have so far. Indentation, `end_of_line`, `insert_final_newline`, and `charset` all...
I verified the domain just now. I think the verified tag doesn't show up because the email hasn't been verified yet.