https://github.com/dingo/api
Raw File
Tip revision: 669a5a9f39cf4f499af1b6fcf43c15e364312ad3 authored by Max on 19 March 2020, 01:36:11 UTC
Merge pull request #1724 from specialtactics/v2
Tip revision: 669a5a9
.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