xref: /dokuwiki/.editorconfig (revision 5af3d1cd434f85882bb29253a3757cacc5c5338a)
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