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