comparison .editorconfig @ 183:166f589e30e5

Misc: add .editorconfig
author David Demelier <markand@malikania.fr>
date Wed, 01 Jun 2016 12:37:00 +0200
parents
children 6635b9187d71
comparison
equal deleted inserted replaced
182:e0ca65f5ecd0 183:166f589e30e5
1 root = true
2
3 [*]
4 end_of_line = lf
5 insert_final_newline = true
6 charset = utf-8
7 trim_trailing_whitespace = true
8
9 [*.md]
10 indent_style = space
11 indent_size = 2