Sha256: 6a972789a67bd3498dcfa77535fb0afac679bcc09294cda1565e4f5c6efdcd72

Contents?: true

Size: 333 Bytes

Versions: 1

Compression:

Stored size: 333 Bytes

Contents

# frozen_string_literal: true

class BasicSerializer
  module Config
    OJ_FORMAT = {
      mode: :compat,
      indent: "  ",
      space: " ",        # This controls both spaces after commas AND colons
      space_before: "",  # This controls space before colons
      object_nl: "\n",
      array_nl: "\n"
    }.freeze
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
basic_serializer-0.1.5 lib/basic_serializer/config.rb