aboutsummaryrefslogtreecommitdiff
path: root/test/formatters/samplecode/lisp-indent/in.el
blob: 3e9200d396f5e345efe9510c852794b944d94cbd (plain)
1
2
3
4
5
;; -*- indent-tabs-mode: nil -*-
(if (and (< 3 5)
                (= 1 1))
                                 (message "true")
(message "false"))