Fixed comments formatting.

This commit is contained in:
Anton Fonarev 2017-11-06 02:44:27 +03:00
parent fefe94d124
commit 2a93e282b1

View file

@ -83,8 +83,8 @@
;; warns when version ranges are present anywhere in the dependency tree, ;; warns when version ranges are present anywhere in the dependency tree,
;; but can be set to true to warn for both ranges and overrides, or :abort ;; but can be set to true to warn for both ranges and overrides, or :abort
;; to exit in the case of ranges or overrides. Setting this to :warn or ;; to exit in the case of ranges or overrides. Setting this to :warn or
; :abort will also warn you when plugins or their dependencies ;; :abort will also warn you when plugins or their dependencies
; conflict with libraries used by Leiningen itself. ;; conflict with libraries used by Leiningen itself.
:pedantic? :abort :pedantic? :abort
;; Global exclusions are applied across the board, as an alternative ;; Global exclusions are applied across the board, as an alternative
;; to duplication for multiple dependencies with the same excluded libraries. ;; to duplication for multiple dependencies with the same excluded libraries.