lib/syntax_tree/plugin/disable_auto_ternary.rb



# frozen_string_literal: true

module SyntaxTree
  class Formatter
    DISABLE_AUTO_TERNARY = true
  end
end