Skip to content

Instantly share code, notes, and snippets.

@dmitryn
Last active October 22, 2015 07:06
Show Gist options
  • Save dmitryn/85cfdc350873d42ac402 to your computer and use it in GitHub Desktop.
Save dmitryn/85cfdc350873d42ac402 to your computer and use it in GitHub Desktop.
Indent example
;; first, 2-tab indent. tab is 2 spaces
(if (condition)
(do-something)
(otherwise))
;; second, 1-tab indent
(if (condition)
(do-something)
(otherwise))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment