Remove old changelog
[KDIS.git] / .editorconfig
blobbf372f5870e7b93d4b66d63b9a0bd2cc1d11a27c
1 root = true
3 [*]
4 end_of_line = lf
5 charset = utf-8
6 trim_trailing_whitespace = true
7 insert_final_newline = true
8 indent_style = space
9 indent_size = 4
10 max_line_length = 100
12 [*.md]
13 trim_trailing_whitespace = false