We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hello 👋🏼
I'm trying to set up syntax_tree and have the following in my .streerc, but running stree write '**/*.rb' still formats the files in _build
.streerc
stree write '**/*.rb'
_build
--ignore-files='_build/**/*.rb'
Passing this option directly to stree write works
stree write