A Visual Studio Code extension that provides automatic formatting for Nginx configuration files.
Features
Automatic Formatting: Format Nginx configuration files with proper indentation and structure
File Support: Supports .conf and .nginx file extensions
Built-in Engine: No external dependencies required - formatting engine is included in the extension
Easy to Use: Simple keyboard shortcut to format your entire configuration file
Usage
Open any Nginx configuration file (.conf or .nginx)
Press Shift + Alt + F (Windows/Linux) or Shift + Option + F (macOS) to format the file
Alternatively, right-click in the editor and select "Format Document"
Requirements
No additional software required! This extension includes its own formatting engine - you don't need to install Nginx or any other tools on your system.
Extension Settings
This extension does not add any VS Code settings at this time.
Known Issues
None at the moment. Please report issues on our GitHub repository.
Release Notes
0.0.1
Initial release of Nginx Formatter
Basic formatting support for .conf and .nginx files
Automatic indentation and structure cleanup
Following extension guidelines
Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.