Sha256: 6c8b31975b0c8c95c948849f3ef02f2ed9a0b46c2448c7a1298fa41ea5def482

Contents?: true

Size: 594 Bytes

Versions: 2

Compression:

Stored size: 594 Bytes

Contents

# frozen_string_literal: true

module Textbringer
  CONFIG = {
    east_asian_ambiguous_width: 1,
    default_file_encoding: Encoding::UTF_8,
    default_file_format: :unix,
    tab_width: 8,
    indent_tabs_mode: false,
    case_fold_search: true,
    buffer_dump_dir: File.expand_path("~/.textbringer/buffer_dump"),
    mark_ring_max: 16,
    global_mark_ring_max: 16,
    window_min_height: 4,
    syntax_highlight: true,
    highlight_buffer_size_limit: 102400,
    shell_file_name: ENV["SHELL"],
    shell_command_switch: "-c",
    grep_command: "grep -nH -e",
    fill_column: 70
  }
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
textbringer-0.2.7 lib/textbringer/config.rb
textbringer-0.2.6 lib/textbringer/config.rb