format: Introduce a new type, struct fmt_settings.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 29 Aug 2010 21:53:01 +0000 (14:53 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 29 Aug 2010 21:57:56 +0000 (14:57 -0700)
commit377d05c1eb7b390e2cdb049469fe6b0cfcf52615
treeee4f4d2ec02ed44a66a9ef4c0391ab0edf7083bf
parent86eb95d2cd8b0acde9ace8fb02f3201001a9dedf
format: Introduce a new type, struct fmt_settings.

Until now the collection of formatting styles have been poorly abstracted,
as an array.  This commit introduces a new type, struct fmt_settings, that
represents all of the formatting styles currently in use.
src/data/format.c
src/data/format.h
src/data/settings.c