Commit graph

5 commits

Author SHA1 Message Date
Kim Alvefur
d21e26882c editorconfig: Include the command used to normalize *.xml
The double asterisk seems unnecessary.
2023-07-15 10:41:30 +02:00
Kim Alvefur
a872f379dc editorconfig: Specify max line length to match luacheck settings 2023-07-15 10:25:10 +02:00
Kim Alvefur
b2c40bfe79 editorconfig: Explicitly specify preferred charset (UTF-8)
Really should be the default everywhere by now, but doesn't hurt to be
extra explicit
2023-07-15 10:22:49 +02:00
Kim Alvefur
4f8bb6ea67 editorconfig: Add link to format description 2023-07-15 10:22:37 +02:00
Kim Alvefur
d1d96f93d1 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.
2021-07-18 12:57:06 +02:00