libxlsxwriter/.indent.pro

131 lines
2.6 KiB
Prolog
Raw Normal View History

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
2017-01-12 00:04:26 +00:00
-T lxw_chart_axis_display_unit
-T lxw_chart_axis_label_alignment
-T lxw_chart_axis_label_position
2017-01-12 01:08:59 +00:00
-T lxw_chart_axis_tick_mark
-T lxw_chart_axis_tick_position
-T lxw_chart_axis_type
-T lxw_chart_blank
-T lxw_chart_error_bar_axis
2017-01-26 00:07:38 +00:00
-T lxw_chart_error_bar_cap
-T lxw_chart_error_bar_direction
-T lxw_chart_error_bar_type
2016-12-29 13:52:25 +00:00
-T lxw_chart_fill
2016-05-15 20:18:51 +01:00
-T lxw_chart_font
2017-01-06 00:13:14 +00:00
-T lxw_chart_gridline
2017-01-22 18:13:31 +00:00
-T lxw_chart_label_position
-T lxw_chart_label_separator
2016-12-30 14:12:14 +00:00
-T lxw_chart_legend
2016-12-31 00:02:00 +00:00
-T lxw_chart_legend_position
2016-12-31 02:35:38 +00:00
-T lxw_chart_line
2016-12-31 14:37:48 +00:00
-T lxw_chart_line_dash_type
2017-01-02 16:56:56 +00:00
-T lxw_chart_marker
-T lxw_chart_marker_type
2017-01-03 18:03:40 +00:00
-T lxw_chart_pattern
-T lxw_chart_pattern_type
2017-01-15 02:30:59 +00:00
-T lxw_chart_point
2016-05-01 23:48:22 +01:00
-T lxw_chart_series
2016-05-15 20:18:51 +01:00
-T lxw_chart_title
2017-01-29 02:01:55 +00:00
-T lxw_chart_trendline_type
2016-12-31 00:02:00 +00:00
-T lxw_chart_type
-T lxw_chartsheet
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_custom
2016-06-10 00:03:38 +01:00
-T lxw_custom_property
-T lxw_data_validation
2014-06-08 17:40:59 +01:00
-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
-T lxw_error
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
-T lxw_series_error_bars
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
-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