]> git.ipfire.org Git - thirdparty/libarchive.git/commit
editorconfig: add simple top-level file 1602/head
authorEmil Velikov <emil.l.velikov@gmail.com>
Sat, 23 Oct 2021 14:32:12 +0000 (15:32 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Sat, 23 Oct 2021 14:43:22 +0000 (15:43 +0100)
commitd2a1663265cb86576f9c2cda113d89d96576e3bc
tree42226c899e61830c48136142d0d9175978114da0
parentdc321febde83dd0f31158e1be61a7aedda65e7a2
editorconfig: add simple top-level file

Add a simple top-level .editorconfig file to manage common attributes
such as indentation style, trailing whitespace and newline at end of
file. The format is wide spread and has support for nearly every editor
out there - see https://editorconfig.org/ for more.

Majority of the project is C - which uses tabs, although there are some
CMake files using 2 space indent and shell scripts - predominantly using
4 space indent.

This makes it harder for casual contributors to butcher things :-)

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
.editorconfig [new file with mode: 0644]