-
-
Notifications
You must be signed in to change notification settings - Fork 69
insert_final_newline
property
#4
Comments
Any reason you recommend setting this to false for Markdown files? |
I don't. I do for #3 though, since Markdown requires to trailing spaces for linebreak. |
It appears that this setting isn't taking effect for me on Atom 0.169.0 with v0.2.3 running on OSX 10.10.1. |
@JaKXz Of course it isn't. It's not implemented yet. Hence this issue... |
Oh. That's odd, I could swear I'd seen it working before [and I had disabled Atom's whitespace plugin]... but obviously I was just seeing things. Sorry for the noise. |
@JaKXz commented on 10 jan. 2015 06:31 CET:
atom-beautify supports this:
|
Subscribing. Interested in this for |
@EloB Please read the thread before commenting... #4 (comment) |
Okay, this functionality is implemented by the atom-whitespace-package. Since this is a core-package its functionality has to be treated as first-class-citizen of Atom. The good message about this is, we're able to easily add support for The bad message is, the whitespace-package may override a "negative" setting, since it may be called after our hook. I'll try to find a solution with the package-maintainer. |
Any news? |
Our feature-request is not supported. It is suggested to work around the issue, which is what we will do. I assume to get this issue into WIP in the next days. I am sorry for the inconvenience - i was some weeks away from desk and i am still getting back. :) |
This is the final reorder of the PRs around the next minor release fulfilling containing the following changes: * Clicking in the statusbar-icon displays a notification, showing the currently applied config and helpful tips if something seems misconfigured (fixes #89) * Added clickable statusbar-icon to reflect the state of atom-editorconfig for the currently displayed TextBuffer * Editing `.editorconfig`-files from within Atom now reapplies the settings to all open editors (fixes #85) * The `trim_trailing_whitespace`-property is now implemented (fixes #3) * The `insert_final_newline`-property is now implemented (fixes #4) * The `generate`-command now uses `config.get()` to fetch the defaults for `trim_trailing_whitespace` and `insert_final_newline` (fixes #94) * The `tab_width`-property now falls back to `indent_size` if missing (fixes #91) This PR takes the PRs #104 & #102 over.
http://editorconfig.org
See #3
The text was updated successfully, but these errors were encountered: