fmt/support
Roberto Turrado Camblor c71d03fcb0
Make support/python/mkdocstrings_handlers/cxx/__init__.py PEP 8 compliant (2 of 2) (#4115)
* Change indents to 4 spaces.

* Run isort.

* Remove one extra space on the left hand side of each assignment at p.communicate's input.

* Remove 'from __future__ import annotations'.
This requires changing a 'list[]' into a 'List[]'.

We had previously added this import because the code was making use of operator '|'.
But that is no longer true, so the import shouldn't be needed.
2024-08-11 07:24:50 -07:00
..
bazel Bazel support: Add missing platform dependency (#3965) 2024-05-19 06:33:50 -07:00
cmake Use target_compile_features to specify C++ standard requirement 2022-11-26 11:03:17 -08:00
python/mkdocstrings_handlers/cxx Make support/python/mkdocstrings_handlers/cxx/__init__.py PEP 8 compliant (2 of 2) (#4115) 2024-08-11 07:24:50 -07:00
Android.mk Move Android.mk to support and update 2018-05-27 06:20:54 -07:00
AndroidManifest.xml Fix URI 2023-12-20 14:59:29 -08:00
build.gradle Fix spelling (#3404) 2023-04-25 11:47:37 -07:00
C++.sublime-syntax Add Sublime syntax (#1037) 2019-02-15 15:08:58 -08:00
check-commits Update check-commits script 2024-07-17 06:58:37 -07:00
docopt.py Add a branch option to the release script 2016-03-13 10:27:15 -07:00
manage.py Fix version check 2024-07-05 08:25:10 -07:00
mkdocs Fix doc build 2024-07-24 13:40:54 -07:00
mkdocs.yml Disable footer 2024-06-09 19:02:34 -07:00
printable.py Supporting ? as a string presentation type (#2674) 2022-01-30 08:55:28 -08:00
README Update readme 2020-10-25 09:04:39 -07:00
Vagrantfile Update vagrant config 2024-06-30 07:56:35 -07:00

This directory contains build support files such as

* CMake modules
* Build scripts