https://github.com/dingo/api
Raw File
Tip revision: 05e8607ac1b5f26ebfd677652b061379ad8b09a0 authored by Thilanga Pitigala on 16 September 2017, 13:03:40 UTC
Revert "Allow validation to pass through on Internal Requests (#1367)"
Tip revision: 05e8607
.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