lib/syntax_tree/plugin/single_quotes.rb



# frozen_string_literal: true

module SyntaxTree
  class Formatter
    SINGLE_QUOTES = true
  end
end