feat: add ini.md cheatsheet.

This commit is contained in:
jaywcjlove
2022-10-25 17:03:30 +08:00
parent f875a335e1
commit 09f57d1848
4 changed files with 162 additions and 2 deletions

View File

@ -261,4 +261,8 @@ animal = { type.name = "pug" }
- [Document](https://toml.io/en/latest) _(toml.io)_
- [Learn X in Y minutes](https://learnxinyminutes.com/docs/toml/) _(learnxinyminutes.com)_
- [Better TOML VSCode 插件](https://marketplace.visualstudio.com/items?itemName=bungcip.better-toml) _(visualstudio.com)_
- [Better TOML VSCode 插件](https://marketplace.visualstudio.com/items?itemName=bungcip.better-toml) _(visualstudio.com)_
- [INI 格式配置文件备忘清单](./ini.md) _(jaywcjlove.github.io)_
- [YAML 格式配置文件备忘清单](./yaml.md) _(jaywcjlove.github.io)_