OXDEV-3559 Fix indention

This commit is contained in:
Florian Engelhardt 2020-07-03 14:28:02 +02:00
parent 118c2f00ae
commit a807a2f344
No known key found for this signature in database
GPG Key ID: 39B8DAD75A95B500
2 changed files with 68 additions and 72 deletions

View File

@ -13,9 +13,5 @@ indent_size = 4
trim_trailing_whitespace = true trim_trailing_whitespace = true
# Tab indentation (no size specified) # Tab indentation (no size specified)
[Makefile,phpstan-baseline.neon] [Makefile]
indent_style = tab indent_style = tab
[{composer.json,.travis.yml}]
indent_style = space
indent_size = 2