Merge pull request #4280 from dokuwiki-translate/lang_update_850_1715171049
[dokuwiki.git] / .editorconfig
blobd5465620fa9ca3c1a3a0c4fc87e5d91922aea8fd
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 [*.{yml,yaml}]
14 indent_size = 2
16 [{vendor,inc/phpseclib}/**]
17 ; Use editor default (possible autodetection).
18 indent_style =
19 indent_size =
20 end_of_line =
21 trim_trailing_whitespace =
22 insert_final_newline =