File: m_bin.fte

package info (click to toggle)
efte 1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,800 kB
  • sloc: cpp: 43,587; ansic: 1,228; makefile: 271; objc: 92; sh: 40
file content (32 lines) | stat: -rw-r--r-- 1,014 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
mode BIN: PLAIN { # Binary Mode
#    FileNameRx          = /\.\c{EXE}|{DLL}|{LIB}|{OBJ}|{BIN}|{ZIP}|{TAR}|{Z}|{GZ}|{COM}$/;
# OBJ is file for Alias Wavefront
    FileNameRx          = /\.\c{EXE}|{DLL}|{LIB}|{BIN}|{ZIP}|{TAR}|{Z}|{GZ}|{COM}$/;
    FirstLineRx         = /[^\r\n\t -\xFF]/;
    HilitOn             = 0;
    AutoIndent          = 0;
    ShowTabs            = 1;
    DetectLineSep       = 0;
    StripChar           = -1;
    LineChar            = -1;
    AddCR               = 0;
    AddLF               = 0;
    ExpandTabs          = 0;
    ForceNewLine        = 0;
    TabSize             = 8;
    LoadMargin          = 64;
    SpaceTabs           = 0;
    BackSpKillTab       = 1;
    DeleteKillTab       = 1;
    BackSpUnindents     = 0;
    Trim                = 0;
    ShowMarkers         = 1;
    WordWrap            = 0;
    MatchCase           = 1;
    ReadOnly            = 1;
    MultiLineHilit      = 0;
    AutoHilitParen      = 0;
    Abbreviations       = 0;
}

oinclude 'mym_bin.fte';