PacktPublishing / Django-4-by-example

Django 4 by example (4th Edition) published by Packt
https://djangobyexample.com/
MIT License
799 stars 461 forks source link

Which code formatter? #9

Closed omidshojaee closed 2 years ago

omidshojaee commented 2 years ago

Just wondering how the code is formatted. It's definitely not Black.

zenx commented 2 years ago

@omidshojaee no specific code formatter has been used. In some cases the code format has been adapted for readability based on the book page width. However, Black could be a good option for future releases. Thank you!