AtlatestRepositorysigil-format
sigil-format / treepackage.sgl
1
;;; sigil-format - Sigil code formatter2
;;;3
;;; Code formatter for Sigil with paren-inference and AST-aware reflow.4
;;; Backs the `sigil format` CLI subcommand and editor/LSP plugins.6
(package7
name: "sigil-format"8
version: "0.16.3"9
sigil: "^0.17"10
description: "Sigil code formatter (paren-inference + AST-aware reflow)"11
url: "https://codeberg.org/sigil/sigil-format"12
license: "BSD-3-Clause"13
authors: (list "David Wilson <[email protected]>")15
dependencies: (list16
(from-git url: "codeberg:sigil/sigil-json" version: "^0.16.0")))