Update to match swagger formatting

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

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