Update of conf

This commit is contained in:
2025-10-22 19:09:20 +02:00
parent 1cc28b18a1
commit e0916f4845
5 changed files with 53 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
[settings]
profile=black
+2
View File
@@ -0,0 +1,2 @@
# Prettier friendly markdownlint config (all formatting rules disabled)
extends: markdownlint/style/prettier
+5
View File
@@ -0,0 +1,5 @@
# Generic, formatter-friendly config.
select = ["B", "D3", "E", "F"]
# Never enforce `E501` (line length violations). This should be handled by formatters.
ignore = ["E501"]