https://github.com/dingo/api
Raw File
Tip revision: 46cffad61942caa094dd876155e503b6819c5095 authored by Hunter Skrasek on 10 February 2017, 00:56:04 UTC
Make the version constraints a little easier to read
Tip revision: 46cffad
.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