view .editorconfig @ 771:aa231a1bf3b7

Irccd: server::set_nickname is no longer virtual Instead, it calls send() or just update nickname depending on the connection state. Also make state_ variable protected to allow derived objects modifying it.
author David Demelier <markand@malikania.fr>
date Mon, 13 Aug 2018 21:32:00 +0200
parents 4ee71022784c
children 8c44bbcbbab9
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.html]
indent_size = 2