leafvmaple / vscode-verilog

MIT License
4 stars 5 forks source link

Change default indentation on tab completion to value specified for editor #4

Open nikhilkmr300 opened 3 years ago

nikhilkmr300 commented 3 years ago

On tab completion for the begin and end statements, vscode-verilog uses tab = 2 spaces. However, I've kept my VSCode default as tab = 4 spaces.

Is it possible to get vscode-verilog to automatically use the tab size specified in the VSCode Settings?