For some reason Prettier breaks the line with comments moving everything after opened braŃket on new line. Here is before And here is after As you can see it makes kind of random formatting: at the 1st line it moves comments to a line above, then it breaks line by brackets, then again moves comments above. I found here How
Tag: prettier
Problem formatting python when using Prettier in vscode
In vscode I want to use Prettier as my default formatter, but not for Python, where I will just use autopep8. I have the following settings now: When I save a python file, it gives me the message: “Extension ‘Pretier – code formatter cannot format etc…’. So, apparently it still uses the wrong formatter for python files. How do I