# File lib/awesome_print/formatters/base_formatter.rb, line 120
      def outdent
        ' ' * (indentation - options[:indent].abs)
      end