comparison .editorconfig @ 207:6635b9187d71

Irccd: switch to 4 spaces indent, #518
author David Demelier <markand@malikania.fr>
date Tue, 21 Jun 2016 20:52:17 +0200
parents 166f589e30e5
children 4ee71022784c
comparison
equal deleted inserted replaced
206:11808e98218f 207:6635b9187d71
1 root = true 1 root = true
2 2
3 [*] 3 [*]
4 charset = utf-8
4 end_of_line = lf 5 end_of_line = lf
5 insert_final_newline = true 6 insert_final_newline = true
6 charset = utf-8 7 indent_style = space
8 indent_size = 4
7 trim_trailing_whitespace = true 9 trim_trailing_whitespace = true
8
9 [*.md]
10 indent_style = space
11 indent_size = 2