Last active
July 19, 2023 20:05
-
-
Save jeromedalbert/9a7319f7c63f3cf6da85e5cdea4eb494 to your computer and use it in GitHub Desktop.
Ruby syntax_tree config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--print-width=100 | |
--plugins=plugin/single_quotes,plugin/disable_ternary | |
--ignore-files='**/assets/**' | |
--ignore-files='db/*schema.rb' | |
--ignore-files='log/**' | |
--ignore-files='node_modules/**' | |
--ignore-files='package.json' | |
--ignore-files='public/**' | |
--ignore-files='tmp/**' | |
--ignore-files='vendor/**' | |
--ignore-files='**/*.json*' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment