You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An indication that some lint errors cannot be auto-corrected (#219).
Git hook to automatically check files for style violations on push (an alternative to existing ktlint --install-git-pre-commit-hook)
(execute ktlint --install-git-pre-push-hook to install) (#229).
Support for end_of_line=crlf (.editorconfig) (#225).
Fixed
.editorconfig path resolution
(you no longer need to be inside project directory for .editorconfig to be loaded) (#207).