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