epitech-norm
Allows you to code with a Epitech's norm compliant style.
matthieukern 3,931 0 0.3.4 MIT GitHub

epitech-norm package

By Matthieu Kern

Disclaimer

This package is still a work in progress. Some bugs could remains and the code you're writing with this plugin can be not norm-compliant. If you find a bug, don't hesitate to create an issue on GitHub or to write a pull request !

Use

  • To activate the norm-compliant style, use the epitech-norm:enable command.
  • To disable it, use the epitech-norm:disable command.
  • Some commands are given so you can bind it to other keys :
    • epitech-norm:indent: Indent the current line.
    • epitech-norm:insertTab: Insert a tab (initially binded to alt-i).
    • epitech-norm:newLine: Insert a new line.

Config

  • Auto Activate On C Source: Auto activate the norm-compliant style on C source files.

Todo

  • Adapt the plugin to Makefiles.
  • Add some snippets.