xref: /dokuwiki/.editorconfig (revision c6639e6a6a4b11d65ecbc19f1bbbf2d9b32d0c19)
1; http://editorconfig.org/
2
3root = true
4
5[*]
6indent_style = space
7indent_size = 4
8end_of_line = lf
9charset = utf-8
10trim_trailing_whitespace = true
11insert_final_newline = true
12
13[{vendor,inc/phpseclib}/**]
14; Use editor default (possible autodetection).
15indent_style =
16indent_size =
17end_of_line =
18trim_trailing_whitespace =
19insert_final_newline =
20