Skip to content

Commit

Permalink
feat: gn build file format cmd (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
hantianjz authored Oct 22, 2023
1 parent 4897996 commit 3716927
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lua/conform/formatters/gn.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---@type conform.FileFormatterConfig
return {
meta = {
url = "https://gn.googlesource.com/gn/",
description = "gn build system",
},
command = "gn",
args = { "format", "--stdin" },
}

0 comments on commit 3716927

Please sign in to comment.