3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-05-12 02:04:44 +00:00

Add editor settings for vscode

This commit is contained in:
Akash Levy 2024-10-16 16:11:18 -07:00
parent c8b6cf72e8
commit 9de07e57b7

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

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