mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 15:03:01 +02:00
- Add +x to Python scripts with shebangs (3 files) - Remove -x from non-script files like .cpp, .txt, makefile (23 files) - Move shebang to first line in C/imageViewer/lint.sh
7 lines
75 B
JSON
7 lines
75 B
JSON
{
|
|
"files.associations": {
|
|
"*.py": "python",
|
|
"stdio.h": "c"
|
|
}
|
|
}
|