1
0
Fork 0
mirror of https://git.sr.ht/~rjarry/aerc synced 2025-02-22 06:23:58 +01:00
aerc/.editorconfig
Robin Jarry d179485eef release.sh: update version in GNUMakefile
The version is no longer present in Makefile which has been preserved
for explicit error reporting with non-GNU make versions.

Update the version in GNUMakefile instead.

Fixes: d725defa07 ("mk: deprecate BSD make in favor of GNU make")
Reported-by: Anton Mosich <anton@mosich.at>
Signed-off-by: Robin Jarry <robin@jarry.cc>
Acked-by: Moritz Poldrack <moritz@poldrack.dev>
2023-10-11 10:25:41 +02:00

19 lines
231 B
INI

# https://editorconfig.org/
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[**.go]
indent_style = tab
max_line_length = 80
tab_width = 8
[*Makefile]
indent_style = tab
[**.scd]
indent_style = tab