blueprint-compiler/.vscode/settings.json
James Westman 8874cf60b3 parse_tree: Remove Pratt parser
It isn't actually needed; the way we parse expressions as a prefix
followed by zero or more suffixes is enough.
2023-03-11 21:05:27 -06:00

3 lines
No EOL
45 B
JSON

{
"python.formatting.provider": "black"
}