Skip to content

Add .editorconfig file

Daan De Meyer requested to merge DaanDeMeyer/cmake:editorconfig into master

A .editorconfig file allows many editors (e.g. Visual Studio Code) to autoconfigure themselves based on its contents. This avoids some formatting issues in PRs because editors will do the right thing by default with a .editorconfig file available in the repo.

Merge request reports