This repository has been archived on 2026-05-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
LightTAM/.vscode/settings.json
T

15 lines
339 B
JSON

{
"files.associations": {
"users.h": "c",
"ncurses.h": "c",
"stdlib.h": "c",
"errno.h": "c",
"rfid_handler.h": "c",
"fcntl.h": "c",
"file_operations.h": "c",
"string.h": "c",
"termios.h": "c",
"typeinfo": "c"
},
"C_Cpp.errorSquiggles": "enabled"
}