mirror of
https://github.com/jimeh/rubocopfmt.el.git
synced 2026-02-19 09:06:41 +00:00
Add support for ruby-ts-mode
This commit is contained in:
@@ -95,7 +95,7 @@ Determines if --autocorrect or --autocorrect-all will be passed to rubocop."
|
|||||||
:type 'boolean
|
:type 'boolean
|
||||||
:group 'rubocopfmt)
|
:group 'rubocopfmt)
|
||||||
|
|
||||||
(defcustom rubocopfmt-major-modes '(ruby-mode enh-ruby-mode)
|
(defcustom rubocopfmt-major-modes '(ruby-mode ruby-ts-mode enh-ruby-mode)
|
||||||
"List of major modes to format on save when rubocopfmt-mode is enabled."
|
"List of major modes to format on save when rubocopfmt-mode is enabled."
|
||||||
:type '(repeat symbol)
|
:type '(repeat symbol)
|
||||||
:group 'rubocopfmt)
|
:group 'rubocopfmt)
|
||||||
|
|||||||
Reference in New Issue
Block a user