Add blank lines before headers

This commit is contained in:
yeasy
2026-03-21 12:57:51 -07:00
parent 0648f63979
commit 312f8fea42
76 changed files with 411 additions and 0 deletions

View File

@@ -195,6 +195,7 @@ env_file:
环境变量文件中每一行必须符合格式支持 `#` 开头的注释行
```bash
## common.env: Set development environment
PROG_ENV=development
@@ -558,6 +559,7 @@ db:
在当前目录新建 `.env` 文件并写入以下内容
```bash
## 支持 # 号注释
MONGO_VERSION=3.6