Merge pull request #3635 from dokuwiki-translate/lang_update_410_1646398654
[dokuwiki.git] / .editorconfig
blobd88e75a283fa0f7569a9c561ba784c11fbffff7e
1 ; http://editorconfig.org/
3 root = true
5 [*]
6 indent_style = space
7 indent_size = 4
8 end_of_line = lf
9 charset = utf-8
10 trim_trailing_whitespace = true
11 insert_final_newline = true
13 [{vendor,inc/phpseclib}/**]
14 ; Use editor default (possible autodetection).
15 indent_style =
16 indent_size =
17 end_of_line =
18 trim_trailing_whitespace =
19 insert_final_newline =