chore: add JSON and YML exceptions to editorconfig

This commit is contained in:
William Oldham 2025-01-08 13:04:00 +00:00
parent ab0a6cc151
commit a5dbb27961

View File

@ -2,4 +2,10 @@
indent_style = tab
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.json]
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2