2014-06-08 17:40:59 +01:00
|
|
|
/*
|
|
|
|
* Indent rules for libxlsxwriter.
|
|
|
|
*
|
|
|
|
* The rules for user defined typedefs can be update as follows:
|
|
|
|
*
|
|
|
|
perl -i -pe 'print and last if /[l]ibxlsxwriter typedefs/' .indent.pro
|
2014-06-10 01:05:25 +01:00
|
|
|
ack -h typedef include/xlsxwriter/*.h src/*.c | perl -lne 'print "-T $1" if /\w+\s+\w+\s+(\w+)/' | sort >> .indent.pro
|
2014-06-08 17:40:59 +01:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* Command line options used with GNU indent 2.2.10 */
|
|
|
|
--braces-on-if-line
|
|
|
|
--braces-on-struct-decl-line
|
|
|
|
--case-indentation 4
|
|
|
|
--continue-at-parentheses
|
|
|
|
--declaration-comment-column 0
|
|
|
|
--format-first-column-comments
|
|
|
|
--honour-newlines
|
|
|
|
--ignore-profile
|
|
|
|
--indent-label 0
|
|
|
|
--indent-level 4
|
|
|
|
--no-space-after-function-call-names
|
|
|
|
--no-tabs
|
|
|
|
--swallow-optional-blank-lines
|
|
|
|
|
|
|
|
/* Typedefs used in the code. */
|
|
|
|
-T int8_t
|
|
|
|
-T int16_t
|
|
|
|
-T int32_t
|
|
|
|
-T int64_t
|
|
|
|
-T uint8_t
|
|
|
|
-T uint16_t
|
|
|
|
-T uint32_t
|
|
|
|
-T uint64_t
|
|
|
|
-T ssize_t
|
|
|
|
-T size_t
|
|
|
|
-T time_t
|
|
|
|
|
|
|
|
-T LIST_ENTRY
|
|
|
|
-T SLIST_ENTRY
|
|
|
|
-T STAILQ_ENTRY
|
|
|
|
-T TAILQ_ENTRY
|
|
|
|
|
|
|
|
/* libxlsxwriter typedefs. */
|
|
|
|
-T lxw_app
|
|
|
|
-T lxw_border
|
|
|
|
-T lxw_cell
|
2014-06-15 21:24:21 +01:00
|
|
|
-T lxw_col_options
|
2014-06-10 01:05:25 +01:00
|
|
|
-T lxw_col_t
|
2014-06-08 17:40:59 +01:00
|
|
|
-T lxw_color_t
|
|
|
|
-T lxw_content_types
|
|
|
|
-T lxw_core
|
|
|
|
-T lxw_datetime
|
2015-03-08 23:25:43 +00:00
|
|
|
-T lxw_defined_name
|
2014-06-08 17:40:59 +01:00
|
|
|
-T lxw_doc_properties
|
|
|
|
-T lxw_fill
|
|
|
|
-T lxw_font
|
|
|
|
-T lxw_format
|
|
|
|
-T lxw_hash_element
|
|
|
|
-T lxw_hash_table
|
|
|
|
-T lxw_heading_pair
|
|
|
|
-T lxw_packager
|
|
|
|
-T lxw_part_name
|
|
|
|
-T lxw_rel_tuple
|
|
|
|
-T lxw_relationships
|
|
|
|
-T lxw_row
|
2014-06-15 21:24:21 +01:00
|
|
|
-T lxw_row_col_options
|
2014-06-10 01:05:25 +01:00
|
|
|
-T lxw_row_t
|
2014-06-08 17:40:59 +01:00
|
|
|
-T lxw_sst
|
|
|
|
-T lxw_styles
|
|
|
|
-T lxw_theme
|
|
|
|
-T lxw_tuple
|
|
|
|
-T lxw_workbook
|
2014-06-27 20:20:38 +01:00
|
|
|
-T lxw_workbook_options
|
2014-06-08 17:40:59 +01:00
|
|
|
-T lxw_worksheet
|
|
|
|
-T lxw_worksheet_init_data
|