https://github.com/tomorinao-www/bat-formatter
batch files formatter for vscode-extension
https://github.com/tomorinao-www/bat-formatter
batch formatter vscode-extension
Last synced: 3 months ago
JSON representation
batch files formatter for vscode-extension
- Host: GitHub
- URL: https://github.com/tomorinao-www/bat-formatter
- Owner: tomorinao-www
- License: mit
- Created: 2024-11-10T17:25:29.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-30T17:49:36.000Z (4 months ago)
- Last Synced: 2025-01-30T18:35:28.275Z (4 months ago)
- Topics: batch, formatter, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# bat-formatter README
use `shift + alt + f` to format code in `.bat` file.
Language formatter for `.bat` file.
`.bat` 批处理脚本语言格式化.
## Features 特性
English
- remove redundant blank lines
- control indent中文
- 去除多余空行
- 控制缩进## TODO
- [ ] 自定义格式化配置