Skip to content

Commit a062c16

Browse files
authoredMar 27, 2024··
Merge pull request #105 from ryanb/syntax-tree-format
Format with Syntax Tree
2 parents b1af18b + 6758e98 commit a062c16

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+657
-679
lines changed
 

‎.streerc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
--print-width=100
2+
--plugins=plugin/trailing_comma
3+
--ignore-files='rubywarrior/*'

‎Gemfile

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
source "https://rubygems.org"
22

3-
gem 'base64'
3+
gem "base64"
4+
gem "syntax_tree"
45

56
group :test do
6-
gem 'rake'
7-
gem 'rspec', '~> 3.13.0'
8-
gem 'cucumber'
7+
gem "rake"
8+
gem "rspec", "~> 3.13.0"
9+
gem "cucumber"
910
end

0 commit comments

Comments
 (0)
Please sign in to comment.