Update to match swagger formatting
continuous-integration/drone/pr Build is passing Details

Update to match yaml files
This commit is contained in:
Sytone 2021-06-02 10:36:45 -07:00
parent 302064b4bb
commit 15f1b15dbf
1 changed files with 12 additions and 1 deletions

View File

@ -9,3 +9,14 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
[*.go]
indent_style = tab
[*.{yaml,yml}]
indent_style = space
indent_size = 2
[*.json]
indent_style = space
indent_size = 4