Skip to content

A Sublime Text 2 package that includes a command which reindents your selection according to clojure guidelines

Notifications You must be signed in to change notification settings

KristianTashkov/ClojureReindentPackage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ClojureReindentPackage

A Sublime Text 2 package that includes a command which reindents your selection according to clojure guidelines You can bind the command to a keybinding by putting a line of some sort in the user keybindings: { "keys": ["f12"], "command": "clojure_reindent"}

Usage:

  • Select the whole file and run the command to autoindent everthing
  • Select a block of code reperesenting a top-level function and run the command

Disclaimer: This package doesn't change or break the lines themselves to fix your indentation. It just puts the correct amount of indentation before each line. This isn't a tool to fix your bad structured code.

About

A Sublime Text 2 package that includes a command which reindents your selection according to clojure guidelines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages