Add updates to config files to fix formatting on VS Code for Patrick's machine.

This commit is contained in:
Patrick Fic
2025-10-06 11:48:14 -07:00
parent 15792cb0ef
commit b22480bd02
4 changed files with 27 additions and 6 deletions

View File

@@ -1,5 +1,9 @@
root = true
# NOTE: Keep only EditorConfig properties that Prettier actually respects.
# Style choices (quotes, bracket spacing, print width, etc.) live in `.prettierrc.js`.
# Removing pseudo/unsupported keys (quote_type, bracketSpacing, max_line_length) that
# previously caused editor vs CLI confusion.
[*]
charset = utf-8
indent_style = space
@@ -7,14 +11,11 @@ indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = false
quote_type = single
max_line_length = 100
bracketSpacing = false
[*.md]
trim_trailing_whitespace = false
[*.yml]
[*\.yml]
indent_size = 2
[*.json]