code-blocks icon indicating copy to clipboard operation
code-blocks copied to clipboard

Spacing between brackets for config files

Open robindirksen1 opened this issue 6 years ago • 1 comments

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?

robindirksen1 avatar Jun 20 '18 14:06 robindirksen1

Can you post an example of:

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

alexwforsythe avatar Sep 09 '20 00:09 alexwforsythe