erp12 / clojure-indent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clojure-indent

Minimal Atom package for indenting Clojure code.

I recommend using it alongside Parinfer

Current rules

  • Indent body of some special forms with 2 spaces (def, if, for...)
  • Align arguments of function / macro call
  • Align map and vector elements

About

License:MIT License


Languages

Language:JavaScript 100.0%