mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 19:17:44 +00:00
Userland: Add gml-format
TL;DR: Like clang-format but for GML files :^) It takes a list of files (or reads from standard input if none is given), formats them and prints the result to standard output or writes back to the file when using the -i/--inplace option.
This commit is contained in:
parent
7b21335caa
commit
1e236d5863
2 changed files with 106 additions and 0 deletions
|
@ -22,6 +22,7 @@ target_link_libraries(copy LibGUI)
|
|||
target_link_libraries(disasm LibX86)
|
||||
target_link_libraries(expr LibRegex)
|
||||
target_link_libraries(functrace LibDebug LibX86)
|
||||
target_link_libraries(gml-format LibGUI)
|
||||
target_link_libraries(html LibWeb)
|
||||
target_link_libraries(js LibJS LibLine)
|
||||
target_link_libraries(keymap LibKeyboard)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue