Commit 0366fb2
committed
🔨 Improve format command with comprehensive file processing
Replace conditional stylua check with direct formatting and add
file maintenance operations
- Remove stylua check logic and directly format all Lua files
- Add file ending fixes for Lua and Markdown files to ensure
proper newlines at end of file
- Add trailing whitespace removal for Lua and Markdown files
- Update output messages to reflect new processing steps
- Maintain existing markdownlint formatting functionality1 parent eb0037b commit 0366fb2
1 file changed
+11
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
118 | 122 | | |
119 | 123 | | |
120 | 124 | | |
| |||
0 commit comments