xref: /dokuwiki/.editorconfig (revision 0bfc5a9124c0a505f64434061076c8da4d89d186)
1; http://editorconfig.org/
2
3[*]
4indent_style = space
5indent_size = 4
6charset = utf-8
7trim_trailing_whitespace = true
8insert_final_newline = true
9
10[inc/{geshi,phpseclib}/**]
11; Use editor default (possible autodetection).
12indent_style =
13indent_size =
14trim_trailing_whitespace = false
15insert_final_newline = false
16