Overview
Comment: | 目指大项中的小项,故改之 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e934cb89777acce0f7041f4e35236197 |
User & Date: | 顽雨沉风 on 2024-02-03 03:27:09 |
Other Links: | manifest | tags |
Context
2024-02-03
| ||
03:53 | 加能 check-in: 2fe4cafc95 user: 顽雨沉风 tags: trunk | |
03:27 | 目指大项中的小项,故改之 check-in: e934cb8977 user: 顽雨沉风 tags: trunk | |
03:25 | 简化 check-in: 9114eea757 user: 顽雨沉风 tags: trunk | |
Changes
Modified 残局文料/用命令行工具排版lua文件.lua from [57674d7dd7] to [7f49c84323].
︙ | ︙ | |||
27 28 29 30 31 32 33 | k1_9 = 历排库.处理后返回新排(k1_9, 前后缀库.加前缀, o2) 历排库.处理后返回新排(k1_9, 令行库.执行命令) end local k1 = 字集码互转库.u8_to_a([[../single]]) local k2 = 字集码互转库.u8_to_a([[stylua --indent-type Spaces --indent-width 2 --collapse-simple-statement Never ]]) --~ 若不传命令行参数,则后果未必如愿。例如,我想用空格做缩进符,它却用制表符。 d_2.用命令行工具排版lua文件(k1, k2) | | | 27 28 29 30 31 32 33 34 35 36 37 38 | k1_9 = 历排库.处理后返回新排(k1_9, 前后缀库.加前缀, o2) 历排库.处理后返回新排(k1_9, 令行库.执行命令) end local k1 = 字集码互转库.u8_to_a([[../single]]) local k2 = 字集码互转库.u8_to_a([[stylua --indent-type Spaces --indent-width 2 --collapse-simple-statement Never ]]) --~ 若不传命令行参数,则后果未必如愿。例如,我想用空格做缩进符,它却用制表符。 d_2.用命令行工具排版lua文件(k1, k2) d_2.目表 = { ["文件所在目录"] = [[../single]] ["文件类"] = ".lua" ["令行前缀"] = [[stylua --indent-type Spaces --indent-width 2 --collapse-simple-statement Never ]] } |