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