Skip to content

Commit

Permalink
Auto corrected by following Format Ruby Code
Browse files Browse the repository at this point in the history
  • Loading branch information
Awesome Code committed Jan 9, 2024
1 parent b14a97f commit 8bdd0f9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion lib/synvert/core/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@ class << self
# @!attribute [w] single_quote
# @!attribute [w] tab_width
# @!attribute [w] strict, if strict is false, it will ignore ruby version and gem version check.
attr_writer :root_path, :skip_paths, :only_paths, :show_run_process, :number_of_workers, :single_quote, :tab_width, :strict
attr_writer :root_path,
:skip_paths,
:only_paths,
:show_run_process,
:number_of_workers,
:single_quote,
:tab_width,
:strict

# Get the path.
#
Expand Down

0 comments on commit 8bdd0f9

Please sign in to comment.