Skip to content

Commit e72483d

Browse files
committedDec 17, 2024
Use 4 spaces for Python class notebooks
1 parent a51702f commit e72483d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.vscode/settings.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"yapf.args": [
3+
"--style={based_on_style: google, column_limit: 80, indent_width: 4}"
4+
]
5+
}

0 commit comments

Comments
 (0)