The source project of this merge request has been removed.
Add editorconfig to force some rules (Final Newline)
Solves #312 (closed)
Added an .editorconfig
, which is recognized by most IDEs by default or can be installed by an extension (e.g. VSCode), to force guidelines/rules.
If the .editorconfig
is not recognized by the IDE for example if the extension was not installed, then it is checked in the pipeline.
The pipeline fails if for example a final new line is missing.