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:enablecommand. - To disable it, use the
epitech-norm:disablecommand. - 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 toalt-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.