# frozen_string_literal: true class BasicSerializer module Config OJ_FORMAT = { mode: :compat, indent: " ", space: " ", space_before: "", object_nl: "\n", array_nl: "\n" }.freeze end end