Skip to content

Commit

Permalink
Merge pull request #281 from xinminlabs/awesomecode-format-ruby-code-…
Browse files Browse the repository at this point in the history
…59795

Auto corrected by following Format Ruby Code
  • Loading branch information
flyerhzm authored Jan 9, 2024
2 parents b14a97f + 8bdd0f9 commit 11b032d
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 11b032d

Please sign in to comment.