diff .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
line wrap: on
line diff
--- a/.editorconfig	Tue Jun 21 12:36:46 2016 +0200
+++ b/.editorconfig	Tue Jun 21 20:52:17 2016 +0200
@@ -1,11 +1,9 @@
 root = true
 
 [*]
+charset = utf-8
 end_of_line = lf
 insert_final_newline = true
-charset = utf-8
+indent_style = space
+indent_size = 4
 trim_trailing_whitespace = true
-
-[*.md]
-indent_style = space
-indent_size = 2