libxlsxwriter/.indent.pro

87 lines
1.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
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
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-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
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