esv/.editorconfig
Jeremy Baxter 4bb8d391fd initialise sourcehut CI
esv is now built and briefly tested on Arch Linux and OpenBSD.
2024-06-26 13:47:48 +12:00

10 lines
No EOL
120 B
INI

root = true
[*]
end_of_line = lf
indent_style = tab
indent_size = 4
[*.{nix,yml}]
indent_style = space
indent_size = 2