Skip to content

Instantly share code, notes, and snippets.

@pajlada
Created August 1, 2022 15:52
Show Gist options
  • Save pajlada/a728fce5635f4e7413865d36531c528d to your computer and use it in GitHub Desktop.
Save pajlada/a728fce5635f4e7413865d36531c528d to your computer and use it in GitHub Desktop.
30,43c30
< IncludeBlocks: Regroup
< IncludeCategories:
< # Project includes
< - Regex: '^"[a-zA-Z\._-]+(/[a-zA-Z\._-]+)*"$'
< Priority: 1
< # Third party library includes
< - Regex: '<[[:alnum:].]+/[a-zA-Z\._\/-]+>'
< Priority: 3
< # Qt includes
< - Regex: '<Q[a-zA-Z\._\/-]+>'
< Priority: 3
< # Standard library includes
< - Regex: '^<[a-zA-Z_]+>$'
< Priority: 4
---
> IncludeBlocks: Preserve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment