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 = {};