lassik

Results 379 comments of lassik

Added Dhall support using `dhall format` in commit 217aea7.

Added Dart support using `dartfmt` in commit 3f6dd7d

PHP * https://prettier.io/ work in progress * https://github.com/FriendsOfPHP/PHP-CS-Fixer * https://github.com/squizlabs/PHP_CodeSniffer @tangxinfa added support using prettier in commit 4029309. Thanks!

@Davoodeh Try `M-x` `eval-expression` `(format-all--buffer-native 'csharp-mode 'omnisharp-code-format-entire-file)`. Does that work? If it does, we can package it into a formatter definition.

Multi formatter support is already implemented and has been stable for a long time. So you can already choose another formatter for Ruby if you like. Nevertheless, we should have...

The simplest is to try `C-u M-x format-all-buffer` in a buffer that is using `ruby-mode`. It will ask you which formatter to use.

Excellent. @kzkn, thank you very much for continuing the maintenance of this excellent formatter. rufo has always been the default Ruby formatter for format-all, so it seems no action is...

Yes, it is confusing. My fault. We should think of some standard commands to include in all the scheme.org repos: - Generate the static files for the web server locally...

Error message seems to [come from this part of the code](https://github.com/ytdl-org/youtube-dl/blob/5208ae92fc3e2916cdccae45c6b9a516be3d5796/youtube_dl/downloader/http.py#L265). Could probably catch `errno.ENAMETOOLONG` and trim the filename until it fits.