Is there a command in sql cell to ignore formatting for some lines like `# fmt: off` in Python cells
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2024 02:10 PM
In python cells I can add the comments `# fmt: off` before a block of code that I want black/autoformatter to ignore and `# fmt: on` afterwards. Is there anything similar I can put in sql cells to accomplish the same effect?
Some of the recommendations make the code far less legible.
Also is there any way to ignore single lines in the python cell?