summaryrefslogtreecommitdiff
path: root/project.4coder
blob: cbe36b44c44f45c5501271e025082f028aa91495 (plain) (blame)
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
version(2);
project_name = "Computer Enhance";
patterns = {
    "*.c",
    "*.mdesk",
    "*.cpp",
    "*.h",
    "*.m",
    "*.bat",
    "*.sh",
    "*.4coder",
};
blacklist_patterns = {
    "_old.*",
};

paths =
{
    { .path = ".",     .recursive = false, .relative = true, },
    { .path = "src/haversine_processor",   .recursive = true , .relative = true, },
};

load_paths = {
    .win = paths,
    .linux = paths,
    .mac = paths,
};

// commands = {};
// fkey_command = {};