Add conf-toml-mode to the local variables in tangled toml files

This commit is contained in:
Gerard Vermeulen 2022-07-31 14:57:43 +02:00
parent 997bad682f
commit 4a442c264b
1 changed files with 8 additions and 0 deletions

View File

@ -3484,6 +3484,10 @@ agree with [[https://black.readthedocs.io/en/stable/index.html][black's uncompro
[tool.black]
line-length = 88
# Local Variables:
# mode: conf-toml
# End:
#+end_src
#+caption[Kick starting a =setup.cfg= file]:
@ -3497,6 +3501,10 @@ agree with [[https://black.readthedocs.io/en/stable/index.html][black's uncompro
[pycodestyle]
ignore = E203
max-line-length = 88
# Local Variables:
# mode: conf-toml
# End:
#+end_src
[[https://jedi.readthedocs.io/en/latest/][Jedi]] provides grammar checking and completion candidates to [[https://github.com/python-lsp/python-lsp-server][python-lsp-server]].