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
|
2015-12-05 02:15:15 +00:00
|
|
|
-T RB_ENTRY
|
2014-06-08 17:40:59 +01:00
|
|
|
-T SLIST_ENTRY
|
|
|
|
-T STAILQ_ENTRY
|
|
|
|
-T TAILQ_ENTRY
|
|
|
|
|
|
|
|
/* libxlsxwriter typedefs. */
|
|
|
|
-T lxw_app
|
2015-04-19 23:37:29 +01:00
|
|
|
-T lxw_autofilter
|
2014-06-08 17:40:59 +01:00
|
|
|
-T lxw_border
|
|
|
|
-T lxw_cell
|
2016-05-01 23:48:22 +01:00
|
|
|
-T lxw_chart
|
2016-05-15 20:18:51 +01:00
|
|
|
-T lxw_chart_axis
|
|
|
|
-T lxw_chart_font
|
2016-05-01 23:48:22 +01:00
|
|
|
-T lxw_chart_series
|
2016-05-15 20:18:51 +01:00
|
|
|
-T lxw_chart_title
|
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
|
2015-12-23 01:03:41 +00:00
|
|
|
-T lxw_drawing
|
2015-12-24 07:55:20 +00:00
|
|
|
-T lxw_drawing_coords
|
|
|
|
-T lxw_drawing_object
|
2014-06-08 17:40:59 +01:00
|
|
|
-T lxw_fill
|
|
|
|
-T lxw_font
|
|
|
|
-T lxw_format
|
|
|
|
-T lxw_hash_element
|
|
|
|
-T lxw_hash_table
|
2015-04-19 23:37:29 +01:00
|
|
|
-T lxw_header_footer_options
|
2014-06-08 17:40:59 +01:00
|
|
|
-T lxw_heading_pair
|
2015-12-26 16:54:59 +00:00
|
|
|
-T lxw_image_options
|
2015-04-19 23:37:29 +01:00
|
|
|
-T lxw_merged_range
|
2014-06-08 17:40:59 +01:00
|
|
|
-T lxw_packager
|
2015-12-17 00:21:22 +00:00
|
|
|
-T lxw_panes
|
2014-06-08 17:40:59 +01:00
|
|
|
-T lxw_part_name
|
2015-04-19 23:37:29 +01:00
|
|
|
-T lxw_print_area
|
2015-12-17 00:21:22 +00:00
|
|
|
-T lxw_protection
|
2014-06-08 17:40:59 +01:00
|
|
|
-T lxw_rel_tuple
|
|
|
|
-T lxw_relationships
|
2015-04-19 23:37:29 +01:00
|
|
|
-T lxw_repeat_cols
|
|
|
|
-T lxw_repeat_rows
|
2014-06-08 17:40:59 +01:00
|
|
|
-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
|
2015-12-17 00:21:22 +00:00
|
|
|
-T lxw_selection
|
2016-05-04 00:50:17 +01:00
|
|
|
-T lxw_series_data_point
|
2016-05-01 23:48:22 +01:00
|
|
|
-T lxw_series_range
|
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
|
2016-05-05 00:20:04 +01:00
|
|
|
-T lxw_worksheet_name
|