Ignore:
Timestamp:
Jul 11, 2015, 4:58:52 PM (10 years ago)
Author:
bird
Message:

kdev.e: Preferred width is 130 columns.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SlickEdit/kdev.e

    r2737 r2785  
    111111static _str     skChange        = '';       /* Current change identifier. */
    112112
    113 static int      ikStyleWidth    = 80;       /* The page width of the style. */
     113static int      ikStyleWidth    = 130;       /* The page width of the style. */
    114114static boolean  fkStyleFullHeaders = false; /* false: omit some tags. */
    115115static int      ikStyleOneliner = 41;       /* The oneline comment column. */
    116116static int      ikStyleModifyMarkColumn = 105;
    117117static boolean  fkStyleBoxTag   = false;    /* true: Include tag in k_box_start. */
     118
    118119
    119120/*******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.