Code Formatting
Last updated
Last updated
Code Formatter:
Configuration File: .prettierrc
Command: Run npm run format
or yarn format
to format client-side code using Prettier.
Code Formatter:
Configuration File: pyproject.toml
Command: Run black .
to format server-side code using Black.