dokuwiki/.editorconfig

23 lines
376 B
INI
Raw Permalink Normal View History

2014-04-16 10:25:32 +02:00
; http://editorconfig.org/
2015-07-25 23:04:59 +02:00
root = true
2014-04-16 10:25:32 +02:00
[*]
indent_style = space
indent_size = 4
2015-07-25 23:04:59 +02:00
end_of_line = lf
2014-04-16 10:25:32 +02:00
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{yml,yaml}]
indent_size = 2
2015-07-25 23:04:59 +02:00
[{vendor,inc/phpseclib}/**]
2014-04-16 10:25:32 +02:00
; Use editor default (possible autodetection).
indent_style =
indent_size =
2015-07-25 23:04:59 +02:00
end_of_line =
trim_trailing_whitespace =
insert_final_newline =