-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for zprint/cursive indentation
Add a new configuration option, :function-arguments-indentation, that can be one of: :community, :cursive or :zprint. This controls the behavior described in: https://guide.clojure.style/#one-space-indent When set to :community (the default) it follows the Clojure style guide. When set to :cursive or :zprint, it follows the conventions used by those tools. Also add a --function-arguments-indentation option to update this at the command line.
- Loading branch information
Showing
4 changed files
with
432 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.