https://github.com/dingo/api
Raw File
Tip revision: bc61105ad35f43e14252d82fee444b28ea95c3b9 authored by Max on 19 March 2019, 13:51:04 UTC
Merge pull request #1637 from specialtactics/bugfix/update-to-use-laravel-5.8-cache-ttl
Tip revision: bc61105
.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