mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
9 lines
228 B
TOML
9 lines
228 B
TOML
[tool.ruff]
|
|
line-length = 120
|
|
|
|
[tool.codespell]
|
|
dictionary = ["_tools/codespell-dict.txt", "-"]
|
|
ignore-words = "_tools/codespell-ignore.txt"
|
|
exclude-file = "_tools/codespell-ignore-lines.txt"
|
|
skip = "tutorials/i18n/locales.rst"
|