Skip to content

Commit

Permalink
fixes capitalization in checkstyle settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 committed Mar 10, 2024
1 parent b970946 commit d495420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
},
"projectManager.git.baseFolders": ["./"],

"haxecheckstyle.sourceFolders": ["src", "Source"],
"haxecheckstyle.sourceFolders": ["src", "source"],
"haxecheckstyle.externalSourceRoots": [],
"haxecheckstyle.configurationFile": "checkstyle.json",
"haxecheckstyle.codeSimilarityBufferSize": 100,
Expand Down

0 comments on commit d495420

Please sign in to comment.