We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Before format:
After format:
and some text is missing after formated.
here's text: access_log /data/other/nginx_logs/${server_name}_${server_port}_access.log main;
access_log /data/other/nginx_logs/${server_name}_${server_port}_access.log main;
The text was updated successfully, but these errors were encountered:
This issue comes from the underlying formating logic and can also be reproduced on https://nginxbeautifier.github.io/. There are other issues with formatting which is why I recommend using another extension for formatting: https://github.com/ahmadalli/vscode-nginx-conf?tab=readme-ov-file#formatting
Sorry, something went wrong.
No branches or pull requests
Before format:
After format:
and some text is missing after formated.
here's text:
access_log /data/other/nginx_logs/${server_name}_${server_port}_access.log main;
The text was updated successfully, but these errors were encountered: