.editorconfig
author Kim Alvefur <zash@zash.se>
Tue, 11 Jan 2022 00:06:48 +0100
changeset 12182 0aa99a6dfb3e
parent 11710 56feb0cf7052
child 13195 1266efb7101c
permissions -rw-r--r--
mod_bookmarks: Fix traceback on attempt to convert invalid bookmark Found by accidentally publishing {urn:xmpp:bookmarks:0}conference instead of :1 due to testing this earlier for the blocking. By the principle of garbage in, garbage out, just generate a bookmark from the item id / JID and carry on with a warning.

root = true

[*]
end_of_line = lf
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

[CHANGES]
indent_size = 4
indent_style = space

[configure]
indent_size = 3
indent_style = space

[**.xml]
indent_size = 2
indent_style = space