swagger-php/.editorconfig

14 lines
219 B
INI

; top-most EditorConfig file
root = true
; Unix-style newlines
[*]
charset = utf-8
end_of_line = LF
insert_final_newline = true
trim_trailing_whitespace = true
[*.{php,json,yaml}]
indent_style = space
indent_size = 4