Skip to content

Commit bfd4b33

Browse files
Mintassstevearc
andauthored
feat: add mh_style (#813)
* feat: add mh_style * Fix description formatting in mh_style.lua --------- Co-authored-by: Steven Arcangeli <506791+stevearc@users.noreply.github.com>
1 parent 6208aef commit bfd4b33

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---@type conform.FileFormatterConfig
2+
return {
3+
meta = {
4+
url = "https://github.com/florianschanda/miss_hit",
5+
description = "A simple coding style checker and code formatter for MATLAB or Octave code.",
6+
},
7+
command = "mh_style",
8+
args = { "--fix", "$FILENAME" },
9+
stdin = false,
10+
exit_codes = { 0, 1 },
11+
}

0 commit comments

Comments
 (0)