Skip to content

Instantly share code, notes, and snippets.

@rubenquadros
Last active July 21, 2022 18:28
Show Gist options
  • Save rubenquadros/fbcae6d099b12e3cc846d62d0b879450 to your computer and use it in GitHub Desktop.
Save rubenquadros/fbcae6d099b12e3cc846d62d0b879450 to your computer and use it in GitHub Desktop.
Project level settings of Codespector
<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