From 96dde51c44863ace80ded81872ae1f7abf13361e Mon Sep 17 00:00:00 2001 From: buttercat1791 Date: Thu, 24 Jul 2025 00:01:00 -0500 Subject: [PATCH] Change prescribed quote style for Cursor --- .cursor/rules/alexandria.mdc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.cursor/rules/alexandria.mdc b/.cursor/rules/alexandria.mdc index 7a0724f..45d67a6 100644 --- a/.cursor/rules/alexandria.mdc +++ b/.cursor/rules/alexandria.mdc @@ -49,7 +49,7 @@ Observe the following style guidelines when writing code: - Use blocks enclosed by curly brackets when writing control flow expressions such as `for` and `while` loops, and `if` and `switch` statements. - Begin `case` expressions in a `switch` statement at the same indentation level as the `switch` itself. Indent code within a `case` block. - Limit line length to 100 characters; break statements across lines if necessary. -- Default to single quotes. +- Default to double quotes. ### HTML @@ -57,5 +57,3 @@ Observe the following style guidelines when writing code: - Break long tags across multiple lines. - Use Tailwind 4 utility classes for styling. - Default to single quotes. - -