Age | Commit message (Collapse) | Author |
|
(only available in elixir > 1.6)
|
|
|
|
|
|
|
|
|
|
Fixes #734
The main issue was not consitently using the correct buffer.
|
|
|
|
|
|
|
|
command exists
|
|
profile them
|
|
|
|
|
|
add a new fixer: trim_whitespace
|
|
|
|
|
|
|
|
Add all possible config files for prettier
|
|
Prettier uses cosmiconfig, and therefore it is possible to add different
extensions to the config file. More information can be found here:
https://github.com/prettier/prettier#configuration-file.
|
|
Add a gofmt fixer for golang.
|
|
|
|
|
|
|
|
|
|
|
|
not detect node_modules correctly. The `-c` option, however, works fine.
|
|
|
|
|
|
|
|
prettier-eslint
|
|
|
|
filenames for eslint --fix
|
|
|
|
|
|
Windows
|
|
* Add elm-format as a new fixer
|
|
|
|
'on_save' again
|
|
* Add prettier fixer support for typescript
* Add prettier fixer support for css and scss
* Add prettier fixer support for json
* Use getbufvar() to get &filetype
|
|
|
|
buffer's basename
|
|
* Detect and use CM files for smlnj
* Split into two checkers
- one for CM projects
- one for single SML files
* Fix some typos
* Fix error caught by writing tests
We want to actually use `glob` to search in paths upwards from us.
(Previously we were just searching in the current directory every time!)
* Fix errors from former test run
* Write tests for GetCmFile and GetExecutableSmlnj
* Typo in 'smlnj/' fixture filenames
|
|
|
|
|
|
filetype changed is on
|
|
|
|
|
|
|
|
|
|
|