Variable: antlr-indent-style
antlr-indent-style is a customizable variable defined in
antlr-mode.el.gz.
Value
"java"
Documentation
If non-nil, cc-mode indentation style used for antlr-mode.
See c-set-style and for details, where the most interesting part in
c-style-alist is the value of c-basic-offset.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defcustom antlr-indent-style "java"
"If non-nil, cc-mode indentation style used for `antlr-mode'.
See `c-set-style' and for details, where the most interesting part in
`c-style-alist' is the value of `c-basic-offset'."
:type '(choice (const nil) regexp))