This website requires JavaScript.
Explore
Help
Sign In
kuhyx
/
testsAndMisc
Watch
1
Star
0
Fork
0
You've already forked testsAndMisc
mirror of
https://github.com/kuhyx/testsAndMisc.git
synced
2026-07-06 21:23:04 +02:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
5d4ce33dcd
testsAndMisc
/
.vscode
/
settings.json
7 lines
75 B
JSON
Raw
Normal View
History
Unescape
Escape
fix: most lint issues
2025-07-14 16:25:23 +02:00
{
fix: correct shebang and executable permissions - 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
2025-11-30 13:42:16 +01:00
"files.associations"
:
{
"*.py"
:
"python"
,
"stdio.h"
:
"c"
}
}
Reference in New Issue
Copy Permalink