Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-09-12 02:28:19 +03:00
parent a729bf85d6
commit f148e8f23c

View File

@ -68,6 +68,9 @@ module.LEADING_TABS = 1
// | |} // | |}
// //
// NOTE: this will trim out both leading and trailing white-space. // NOTE: this will trim out both leading and trailing white-space.
// NOTE: this is generally code-agnostic with one sigificant
// exception -- normalizeIndent(..) will break code written
// in Whitespace.
// //
// XXX is this the right place for this??? // XXX is this the right place for this???
// ...when moving take care that ImageGrid's core.doc uses this... // ...when moving take care that ImageGrid's core.doc uses this...