Files
wyczarujprezent.pl/modules/ps_metrics/vendor/overblog/dataloader-php/.editorconfig
2024-10-28 22:14:22 +01:00

20 lines
265 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
indent_size = 4
trim_trailing_whitespace = false
[*.mk,Makefile]
indent_style = tab
[*.php]
indent_size = 4