Skip to content

Commit

Permalink
Add new project configuration files to .idea directory
Browse files Browse the repository at this point in the history
These configuration files include settings for git ignore, project code style, project module manager, prettier, inspection profiles, VCS directory mappings, and a new module. These files will control settings such as indentation, space in empty tags, double-quote usage, trimming commas, and more, to ensure consistency across the project.
  • Loading branch information
lemo-nade-room committed Jun 9, 2024
1 parent 533f6dd commit 8e475e9
Show file tree
Hide file tree
Showing 8 changed files with 113 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 63 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/prettier.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/svelte-diff-highlighting.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8e475e9

Please sign in to comment.