a3b9be79135884ea80fbe39489c74bcc0ca51308
vscode/Python\343\203\225\343\202\241\343\202\244\343\203\253\343\201\256import\346\226\207\343\201\256\343\202\275\343\203\274\343\203\210\343\202\222\347\204\241\345\212\271\345\214\226\343\201\231\343\202\213.md
... | ... | @@ -3,8 +3,8 @@ |
3 | 3 | `setting.json`へ以下を追加。 |
4 | 4 | |
5 | 5 | ```json |
6 | - "autopep8.args": [ |
|
7 | - "--ignore", |
|
8 | - "E402" |
|
9 | - ], |
|
6 | +"autopep8.args": [ |
|
7 | + "--ignore", |
|
8 | + "E402" |
|
9 | +] |
|
10 | 10 | ``` |
... | ... | \ No newline at end of file |