alexwforsythe / code-blocks

Syntax highlighting for Google Docs
https://www.alexwforsythe.com/code-blocks/
MIT License
701 stars 89 forks source link

Spacing between brackets for config files #81

Open robindirksen1 opened 6 years ago

robindirksen1 commented 6 years ago

for example the nginx config:

user  nginx;
worker_processes  1;

error_log  /var/log/nginx/error.log warn;
pid        /var/run/nginx.pid;

events {
       . . .
}

http {
       . . .
}

Can this be supported in one of the following version of this plugin, that the spacing inside the {....} will be set with the correct spaces?

alexwforsythe commented 4 years ago

Can you post an example of:

  1. How Code Blocks formats the code
  2. How you expect the code to be formatted?