This commit is contained in:
Alexander Popov 2022-03-28 21:04:50 +03:00
parent 8ac8a8d7a9
commit 9edd6d9912
Signed by: iiiypuk
GPG Key ID: 3F76816AEE08F908
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@ insert_final_newline = true
indent_style = space
indent_size = 4
# PHP
[*.php]
indent_style = space
indent_size = 4
# Crystal
[*.cr]
indent_style = space