Fixed indentation in macros.cfg.

This commit is contained in:
Bassam Husain
2023-01-13 14:57:32 -05:00
parent 69291e97ea
commit 80dd4c75b2
2 changed files with 12 additions and 7 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.detectIndentation": false
}