https://github.com/dingo/api
Raw File
Tip revision: 42b6afa6e20a27f938a45e676665e57d26422cea authored by Max on 27 January 2022, 15:11:20 UTC
Merge pull request #1798 from specialtactics/chore/readme-update-2022
Tip revision: 42b6afa
.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