Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>42 C-FormatNew to Visual Studio Code? Get it now.
42 C-Format

42 C-Format

keyhr

|
55,415 installs
| (1) | Free
VScode extension for c_formatter_42, which is a c-language formatter conforms to Norm v3 in 42 schools.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

42 C-Format

42 C-Format is a VScode formatting provider extension for c_formatter_42, which is a c-language formatter that conforms to Norm v3 in 42 schools.

Features

Provide document formatting using c_formatter_42.

feature gif

Usage

  • Installing c_formatter_42 is required.
$ pip3 install c_formatter_42
$ pip3 install --user c_formatter_42   // if you don't have privilege
  • Then enable formatting with 42 C-Format, adding configuration as below.
{
    "[c]": {
        "editor.defaultFormatter": "keyhr.42-c-format"
    },
}

Requirements

  • c_formatter_42 (GitHub Repository)

Contributions

Issues and pull requests are welcomed.

Release Notes

0.0.4

Impoved output when catching an error.

0.0.3

Added an instruction for installing c_formatter_42.

0.0.2

Fixed the usage instruction.

0.0.1

Initial release.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft