phpldapadmin/.editorconfig

16 lines
218 B
INI
Raw Normal View History

2019-05-14 17:52:49 +10:00
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
2020-08-22 22:26:06 +10:00
indent_style = tab
2019-05-14 17:52:49 +10:00
indent_size = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
2020-08-22 22:26:06 +10:00
[*.{yml,yaml}]
2019-05-14 17:52:49 +10:00
indent_size = 2