mirror of
https://gitlab.com/brendanhaines/cpu.git
synced 2024-11-09 21:14:57 -07:00
8 lines
181 B
JSON
8 lines
181 B
JSON
|
{
|
||
|
"editor.rulers": [
|
||
|
120
|
||
|
],
|
||
|
"editor.formatOnSave": true,
|
||
|
"verilog.linting.linter": "iverilog",
|
||
|
"verilog.linting.iverilog.arguments": "-g2012 -i -Wall",
|
||
|
}
|