BACH Tool: c_standard_fixer
==================================================
Generiert: 2026-01-23 10:36
Quelle: tools/c_standard_fixer.py

BESCHREIBUNG
----------------------------------------
c_standard_fixer.py - Toolchain für haeufige Code-Probleme

Führt mehrere Fixer nacheinander aus:
  1. BOM-Fix (entfernt/korrigiert Byte Order Mark)
  2. Encoding-Fix (utf-8 sicherstellen)
  3. Umlaut-Fix (kaputte deutsche Umlaute reparieren)
  4. Indent-Check (Einrückungsprobleme erkennen)

Usage:
    python c_standard_fixer.py <datei.py>
    python c_standard_fixer.py <datei.py> --dry-run
    python c_standard_fixer.py <ordner> --recursive
    python c_standard_fixer.py <datei.py> --only bom,umlaut
    python c_standard_fixer.py --list-tools

Konfiguration:
    Die aktiven Tools können in STANDARD_FIXER_CONFIG angepasst werden.

Autor: Claude
Version: 1.0

VERWENDUNG
----------------------------------------
python bach.py tools run c_standard_fixer [args]
oder direkt: python tools/c_standard_fixer.py [args]

HINWEISE
----------------------------------------
- Automatisch generiert aus Docstring
- Bei Fragen: bach tools show c_standard_fixer
