Skip to content

DSI-Universite-Rennes2/moodle-editorconfig.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Editorconfig dotfile for Moodle

This repository offers a ready-to-use configuration file respecting Moodle coding standards.

What is .editorconfig?

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

What is Moodle?

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

How do I use It?

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.

About max_line_length property

Note that max_line_length property is supported by a limited number of editors.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published