https://github.com/dingo/api
Raw File
Tip revision: e0c8648c81bb0a4ea7ae0fa23fb36a6ae31ad85e authored by Max on 17 February 2019, 15:00:05 UTC
Merge pull request #1138 from cclep/master
Tip revision: e0c8648
.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