provide feature, use symbol prefix, add commentary,
remove url from summary
Merge pull request #2 from tarsius/master
provide feature, use symbol prefix, add commentary,
Only set indent-tabs-mode to use tabs when set to "tab"!
(Previously this also kicked in when a project expressed no ws preference.)
Merge pull request #3 from johan/tab-is-not-the-default
Only set indent-tabs-mode to use tabs when set to "tab"!
Do not raise an error if the program editorconfig is not found.
Instead, ignore the hook function.
Set default value of file coding system.
If the value of `end_of_file` is invalid, the file coding system should be set to `undecided`, not `nil`.
Do not mark the buffer modified after setting the file coding system.
When I open a file, the buffer is always marked modified. I have to type C-x C-s before closing the buffer even I just want to view the file. This is annoying. If we need to convert the coding of a file, we can save the file explicitly.
Merge pull request #4 from dochang/bugfix
Don't mark untouched buffers changed, improved error handling.
Merge pull request #5 from editorconfig/travis
editorconfig-emacs should have Travis ci builds
add compatibility for package.el
Merge pull request #6 from milkypostman/master
Add `package.el` compatibility.
Merge pull request #7 from milkypostman/indentation
cleanup indentation
Merge pull request #8 from editorconfig/add-more-modes-for-indent
Set indent_size for lisp mode and ruby mode.
Add function to setup trim trailing whitespace functionality
modify edconf-find-file-hook to invoke it
use the built in delete rather than compiled lisp delete*, acheives t…
…he same thing without a warning on byte compile.