Fix comment indentation
This commit is contained in:
parent
19590ea4f4
commit
1d636b97dd
1 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
||||||
;;;; -*- mode: lisp; coding: utf-8-unix; tab-width: 4; fill-column: 100; indent-tabs-mode: nil; -*-
|
;;;; -*- mode: lisp; coding: utf-8-unix; tab-width: 4; fill-column: 100; indent-tabs-mode: nil; -*-
|
||||||
;;;; form.lisp
|
;;;; form.lisp
|
||||||
;;;;
|
;;;;
|
||||||
;;;; This file is part of the dev.metalisp.sbt project and defines utility functions,
|
;;;; This file is part of the dev.metalisp.sbt project and defines utility functions, macros, and
|
||||||
;;;; macros, and HTML templates for generating Bootstrap-formatted forms.
|
;;;; HTML templates for generating Bootstrap-formatted forms. It provides mechanisms to build form
|
||||||
;;;; It provides mechanisms to build form controls, manage localization,
|
;;;; controls, manage localization, and perform string manipulations.
|
||||||
;;;; and perform string manipulations.
|
|
||||||
|
|
||||||
(defpackage dev.metalisp.sbt/component/form
|
(defpackage dev.metalisp.sbt/component/form
|
||||||
(:use
|
(:use
|
||||||
|
|
Loading…
Add table
Reference in a new issue