質問編集履歴
2
文法修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
{
|
10
10
|
|
11
|
-
"python.pythonPath": "/Users/
|
11
|
+
"python.pythonPath": "/Users/aaa/Desktop/test/venv/bin/python",
|
12
12
|
|
13
13
|
"git.ignoreLimitWarning": true,
|
14
14
|
|
1
誤字修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
pythonの開発をVSCodeにて行なっているのですが、自動整形ツール(black)にてインデントの幅が「2」に修正されない現象が起きてしまっております。
|
2
2
|
|
3
|
-
VSCodeの設定につきまして
|
3
|
+
VSCodeの設定につきましては[Qiita](https://qiita.com/ksh-fthr/items/7cf8b5f2fde82d1c6bf7)の記事を参考に設定を行いました。また、black導入につきましては、[こちら](https://www.macky-studio.com/entry/2019/07/04/152323)の記事を参考にしました。
|
4
4
|
|
5
5
|
現状、VSCodeの``settings.json``ファイルの内容は下記になります。
|
6
6
|
|