Fixed some formatting. Pending review.

This commit is contained in:
Jonathan Turner 2024-01-24 01:19:41 -05:00
parent 3816079ffb
commit ccf9374c25
5 changed files with 7 additions and 4 deletions

5
.gitignore vendored
View File

@ -28,5 +28,6 @@ bin/
### Mac OS ###
.DS_Store
*.iml
*.xml
### EXTRA ###
CS4306-Algorithm_Analysis.iml
.idea

3
.idea/.gitignore vendored
View File

@ -6,3 +6,6 @@
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
.iml
.xml

View File

@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_19" default="true" project-jdk-name="19" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />

View File

@ -2,7 +2,7 @@
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/CS4306_Homework_1.iml" filepath="$PROJECT_DIR$/CS4306_Homework_1.iml" />
<module fileurl="file://$PROJECT_DIR$/CS4306-Algorithm_Analysis.iml" filepath="$PROJECT_DIR$/CS4306-Algorithm_Analysis.iml" />
</modules>
</component>
</project>