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