Move formatter settings

This commit is contained in:
Serene-Arc
2022-12-04 15:05:35 +10:00
parent 76b441cd62
commit 8af00b20bc
2 changed files with 9 additions and 7 deletions
+7
View File
@@ -0,0 +1,7 @@
[tool.black]
line-length = 120
[tool.isort]
profile = "black"
multi_line_output = 3
line_length = 120