Jed

Results 232 comments of Jed

This PR was submitted 5 months ago and still no action? This makes me NOT want to contribute to this project. Hey @alphus, this is a great idea and a...

@alphus, are null characters considered a newline character or just an end-of-string character? Is there a difference? It seems a bit hazy to me. BTW, this should help also, a...

I think you mean *nix files, including newer Macs? From what I see in the code base, lazy works with the `\n` newline character, which is what Macs save-out these...

Not a fan of Los Angeles. I can say that much. I think you're the 2nd person to ask about the 50% in-view, but I'm afraid there is no solution...

Well, it's always possible, but it's not a feature of this plug-in, so it would have to be a feature request or someone would have to fork the repo to...

@mrmckeb can you elaborate as to how templated projects will work or what they might support? --- I realize a verdict has already been made, but nobody has even mentioned...

[eclint](https://www.npmjs.com/package/eclint) is a [Gulp](http://gulpjs.com/) [plugin](http://gulpjs.com/plugins/), so it accepts [globs](https://github.com/isaacs/node-glob) as input, including glob negation; however, those require a special `[!]glob` syntax in the CLI if you have Bash, because Bash...

Why would you want it to ignore preformatted code? Why not just indent that code properly?

This would require EditorConfig to be aware of your Markdown file format, but EditorConfig is language-agnostic. I don't think it's in the scope of the project.

You originally asked for it to be aware of the triple backticks. Doing the entire file is a totally different story. You can already do that by disabling the indentation...