phpldapadmin/.editorconfig

19 lines
257 B
INI
Raw Permalink Normal View History

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