We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6208aef commit bfd4b33Copy full SHA for bfd4b33
lua/conform/formatters/mh_style.lua
@@ -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