Skip to content

Add .editorconfig and update CONTRIBUTING.adoc

nl6720 requested to merge nl6720/mkinitcpio:editorconfig into master

Set project-wide coding style conventions.

  • Use Unix-style newlines,
  • ensure files end with a newline,
  • trim trailing whitespace from lines,
  • set indentation to 4 spaces (eww, sane people use tabs),
  • set charset to UTF-8.

See https://editorconfig.org/

Merge request reports