https://github.com/dingo/api
Raw File
Tip revision: 660fd77164fb4c61981f94d78e5cea67212a16ce authored by Max on 13 September 2020, 12:35:24 UTC
Merge pull request #1748 from gtjamesa/master
Tip revision: 660fd77
.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