Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL formatter issues #987

Closed
cweijan opened this issue Nov 23, 2023 · 0 comments
Closed

SQL formatter issues #987

cweijan opened this issue Nov 23, 2023 · 0 comments
Labels
question Further information is requested

Comments

@cweijan
Copy link
Owner

cweijan commented Nov 23, 2023

If you have enabled VS Code's automatic formatting but don't want to format SQL, you can add the following setting in the settings.json to avoid SQL automatic formatting

{
    "[sql]": {
        "editor.formatOnSave": false
    }
}

This extension only provides basic formatting functions. If you want to customize formatting, please consider using the extension ReneSaarsoo.sql-formatter-vsc.

@cweijan cweijan added the question Further information is requested label Nov 23, 2023
@cweijan cweijan pinned this issue Nov 23, 2023
@cweijan cweijan closed this as completed Nov 23, 2023
@cweijan cweijan unpinned this issue Apr 14, 2024
@cweijan cweijan pinned this issue Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant