From 2a7ba06c67f42572d7d8a5ed6a805d81c4f7c8f3 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 15 Aug 2018 12:36:47 -0300 Subject: Add custom Clojure indentation rules. --- spacemacs.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'spacemacs.el') diff --git a/spacemacs.el b/spacemacs.el index 4651fdc..1cdee5f 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -534,7 +534,13 @@ dump." (svg 'defun) (options 'defun) + (pipeline 1) + (stage 1) + (job 1) + + (action 1) + (without-logs 0) (tabular 'defun) (for-all 'defun))) -- cgit v1.2.3