Last active
July 21, 2022 18:28
-
-
Save rubenquadros/fbcae6d099b12e3cc846d62d0b879450 to your computer and use it in GitHub Desktop.
Project level settings of Codespector
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<extensions defaultExtensionNs="com.intellij"> | |
<!-- other configurations --> | |
<projectConfigurable | |
parentId="editor" | |
displayName="Codespector Settings" | |
nonDefaultProject="true" | |
instance="com.ruben.codespector.settings.InspectionSettings" | |
id="com.ruben.codespector.settings.InspectionSettings" /> | |
</extensions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment