CoolFace
Apppublic

kenken999/php

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
.editorconfig19 linesDownload Raw Back to php
1root = true2 3[*]4charset = utf-85end_of_line = lf6insert_final_newline = true7indent_style = space8indent_size = 49trim_trailing_whitespace = true10 11[*.md]12trim_trailing_whitespace = false13 14[*.{yml,yaml}]15indent_size = 216 17[docker-compose.yml]18indent_size = 419