This repository offers a ready-to-use configuration file respecting Moodle coding standards.
EditorConfig helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles. EditorConfig files are easily readable and they work nicely with version control systems.
Official website: editorconfig.org
Moodle is a free and open-source learning management system written in PHP and distributed under the GNU General Public License. Moodle is used for blended learning, distance education, flipped classroom and other online learning projects in schools, universities, workplaces and other sectors.
Moodle is used to create custom websites with online courses and allows for community-sourced plugins.
Official website : moodle.org
Place the .editorconfig
file of this repository into the root folder of your project.
Depending on your IDE, you may need to install a plugin.
- list of editors that handle out-of-box
.editorconfig
file - list of editors that require a plugin to handle
.editorconfig
file
Note that max_line_length
property is supported by a limited number of editors.