https://github.com/dingo/api
Raw File
Tip revision: 703e41490e90185ffc64091c94fc4e41e40fadfa authored by Max on 13 March 2020, 01:45:53 UTC
Merge pull request #1720 from dingo/feature/laravel-7
Tip revision: 703e414
.editorconfig
root = true

[*]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4

[*.yml]
indent_style = space
indent_size = 2
back to top