Bad_Formatter ยท diff
git:20260513.495624c to git:20260513.e4370d1
1 added, 0 removed. Audit B to A.
---
+ name: Bad_Formatter
description: Formats code across multiple languages
---
# Code Formatter
A formatter that handles multiple languages.
## Steps
<!-- skillsaw-assert content-weak-language -->
Try to detect the language from the file extension.
<!-- skillsaw-assert content-tautological -->
Write clean code and follow best practices.
<!-- skillsaw-assert content-weak-language -->
You should probably run the formatter before committing.