Skip to content

Add editorconfig to force some rules (Final Newline)

Daniel Schischkin requested to merge (removed):add-final-newline-force into main

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.

Merge request reports