Add support for ruby-ts-mode

This commit is contained in:
Justin
2023-02-03 19:37:31 -08:00
committed by GitHub
parent b180786c00
commit b542b763fa

View File

@@ -95,7 +95,7 @@ Determines if --autocorrect or --autocorrect-all will be passed to rubocop."
:type 'boolean
: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."
:type '(repeat symbol)
:group 'rubocopfmt)