本类排行
精品推荐
本类最新
nginx配置格式器
大小:14K
时间:2020-07-21
版本:v1.0
语言:简体中文
nginxConfigFormatterGo这个小程序是个用GO语言开发的nginx配置格式器,可以根据不同的系统进行打包成二进制文件在服务器上使用,能够可预测的格式化结果,所有的注释都独立一行,有需要的可以下载来使用。
【特色说明】
花括号使用Java的习惯.
所有的行使用统一的方式进行缩进, 缩进的空格数由用户指定 (默认 4 个空格).
多余的空白字符合并为一个空格, 但是在注释和引号中的空白字符不进行任何处理.
【安装源码说明】
# linux
wget https://github.com/rwx------/nginxConfigFormatterGo/releases/download/v1.0.0/nginxConfigFormatterGo_linux_amd64 -O /usr/local/bin/nginxConfigFormatterGo
chmod +x /usr/local/bin/nginxConfigFormatterGo
# mac
wget https://github.com/rwx------/nginxConfigFormatterGo/releases/download/v1.0.0/nginxConfigFormatterGo_darwin_amd64 -O /usr/local/bin/nginxConfigFormatterGo
chmod +x /usr/local/bin/nginxConfigFormatterGo