-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds cljfmt as a valid lein alias which will defer to the plugin lein-cljfmt using the pl-clojure-style repo's styles. We use a git submodule approach to pulling in pl-clojure-style to ease the ability in the future of using the tool within an automated process (e.g. travis-ci) and because of significant use of submodules in other puppet labs clj projects.
- Loading branch information
1 parent
5d1c75e
commit 4130a09
Showing
3 changed files
with
11 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "ext/pl-clojure-style"] | ||
path = ext/pl-clojure-style | ||
url = git://github.com/puppetlabs/pl-clojure-style.git |
Submodule pl-clojure-style
added at
dbfe1e
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