Skip to content

Instantly share code, notes, and snippets.

@cattaka
Created April 26, 2018 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cattaka/2ab73b8fae07e820872401fc50ad14ed to your computer and use it in GitHub Desktop.
Save cattaka/2ab73b8fae07e820872401fc50ad14ed to your computer and use it in GitHub Desktop.
My macro for intellij
<application>
<component name="ActionMacroManager">
<macro name="Reformat and Optimize import and Save">
<action id="ReformatCode" />
<action id="OptimizeImports" />
<action id="SaveAll" />
</macro>
</component>
</application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment