File

.luacov @ 11706:56feb0cf7052

editorconfig: We use tabs This lets various supporting editors know what indentation style should be used for files in the repo. See https://editorconfig.org/ Coding style for Lua files is described in `doc/coding_style.md` The 3-space indentation in `configure` comes from its LuaRocks inheritance. `doc/doap.xml` is normalized with `xmllint` which spits out 2-space indentation.
author Kim Alvefur <zash@zash.se>
date Sun, 18 Jul 2021 12:57:06 +0200 (2021-07-18)
parent 9469:cd2f742e5826
line wrap: on
line source
exclude = {
	"^%./spec/";
}