annotate .editorconfig @ 191:3cd17993db82

Irccd: style and put sentinel values in mod-system.cpp
author David Demelier <markand@malikania.fr>
date Mon, 06 Jun 2016 11:42:57 +0200
parents 166f589e30e5
children 6635b9187d71
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
183
166f589e30e5 Misc: add .editorconfig
David Demelier <markand@malikania.fr>
parents:
diff changeset
1 root = true
166f589e30e5 Misc: add .editorconfig
David Demelier <markand@malikania.fr>
parents:
diff changeset
2
166f589e30e5 Misc: add .editorconfig
David Demelier <markand@malikania.fr>
parents:
diff changeset
3 [*]
166f589e30e5 Misc: add .editorconfig
David Demelier <markand@malikania.fr>
parents:
diff changeset
4 end_of_line = lf
166f589e30e5 Misc: add .editorconfig
David Demelier <markand@malikania.fr>
parents:
diff changeset
5 insert_final_newline = true
166f589e30e5 Misc: add .editorconfig
David Demelier <markand@malikania.fr>
parents:
diff changeset
6 charset = utf-8
166f589e30e5 Misc: add .editorconfig
David Demelier <markand@malikania.fr>
parents:
diff changeset
7 trim_trailing_whitespace = true
166f589e30e5 Misc: add .editorconfig
David Demelier <markand@malikania.fr>
parents:
diff changeset
8
166f589e30e5 Misc: add .editorconfig
David Demelier <markand@malikania.fr>
parents:
diff changeset
9 [*.md]
166f589e30e5 Misc: add .editorconfig
David Demelier <markand@malikania.fr>
parents:
diff changeset
10 indent_style = space
166f589e30e5 Misc: add .editorconfig
David Demelier <markand@malikania.fr>
parents:
diff changeset
11 indent_size = 2