godot/modules
Rémi Verschelde 7bf9787921 SCons: Format buildsystem files with psf/black
Configured for a max line length of 120 characters.

psf/black is very opinionated and purposely doesn't leave much room for
configuration. The output is mostly OK so that should be fine for us,
but some things worth noting:

- Manually wrapped strings will be reflowed, so by using a line length
  of 120 for the sake of preserving readability for our long command
  calls, it also means that some manually wrapped strings are back on
  the same line and should be manually merged again.

- Code generators using string concatenation extensively look awful,
  since black puts each operand on a single line. We need to refactor
  these generators to use more pythonic string formatting, for which
  many options are available (`%`, `format` or f-strings).

- CI checks and a pre-commit hook will be added to ensure that future
  buildsystem changes are well-formatted.

(cherry picked from commit cd4e46ee65)
2020-06-10 15:30:52 +02:00
..
arkit SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
assimp SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
bmp SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
bullet SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
camera SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
csg SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
cvtt SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
dds SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
enet SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
etc SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
freetype SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
gdnative SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
gdscript SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
gridmap SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
hdr SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
jpg SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
jsonrpc SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
mbedtls SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
mobile_vr SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
mono SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
ogg SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
opensimplex SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
opus SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
pvr SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
recast SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
regex SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
squish SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
stb_vorbis SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
svg SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
tga SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
theora SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
tinyexr SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
upnp SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
vhacd SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
visual_script SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
vorbis SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
webm SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
webp SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
webrtc SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
websocket SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
xatlas_unwrap SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
register_module_types.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00