standardized spacing between lines

This commit is contained in:
ameworm 2026-02-10 15:51:09 -03:00
parent de4f23e7d1
commit 95e09d6fb8
2 changed files with 15 additions and 279 deletions

8
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,8 @@
{
"files.exclude": {
"**/*.rpyc": true,
"**/*.rpa": true,
"**/*.rpymc": true,
"**/cache/": true
}
}