C_suffixes

Type

Text

The C_suffixes switch specifies the list of filename extensions for which to perform C auto-indentation. Indentation performed by the PWBC extension is enabled when the C_Softcr switch is set to yes, and the PWB Softcr switch is also set to yes.

The setting for this switch appears in the [PWB-PWBC] tagged section in TOOLS.INI. To set any PWBC switch, choose PWBC from the Switch Owner box in the Editor Settings dialog box.

Syntax

C_suffixes: [[.ext]]...

[[.ext]]...

List of filename extensions of files that use C automatic indentation.

You can specify as many extensions as you want. Separate extensions with spaces. You must include the period (.) in each extension.

Default

C_suffixes: .c .h .cxx .hxx .cpp .hpp