lassik

Results 381 comments of lassik

We could `.replace("\r\n", "\n")` in the test. But this would be a good time to think about how we encode the files in our repos. I guess we are using...

Trying `.gitattributes`. Hope it works :) If this still hangs at the end, I'll try adding some debug code as you suggest.

Same problems as before... including the CRLF issue.

@drewcsillag Installs fine from MELPA. Issue can be closed.

Thanks! Now added in commit f3e920f Do you know of a formatter for plain old Erlang?

Added Kotlin support using *ktlint* in cee0eea. The formatter works kinda weird (doesn't fix some obviously bad spacing, etc.) but I think it's supposed to be like that.

It seems that the Erlang community has these solutions: * Run Emacs as a batch job (https://github.com/fenollp/erlang-formatter) * Run Vim as a batch job (https://github.com/vim-erlang/vim-erlang-runtime) * Run the standard `erl_tidy`...

Added SQL support using the `sqlformat` command from the Python `sqlparse` package. #11

Added Java support using `clang-format` in commit be066888

Added HTML/XHTML/XML support using HTML Tidy in commit 6b0bd2f HTML Tidy ships with some operating systems. A modern version supporting HTML5 can be found at http://www.html-tidy.org/ The shell command should...