Is There a Way to Disable Auto-Format? #619
Answered
by
mark-wiemer
Diff3RentBreed
asked this question in
Q&A
-
Can I stop the auto formatting with this extension? |
Beta Was this translation helpful? Give feedback.
Answered by
mark-wiemer
Mar 6, 2025
Replies: 1 comment 13 replies
-
Yes :) These settings control when code is formatted. You can disable AHK formatting entirely by setting the default formatter to "None (null)":
For example: |
Beta Was this translation helpful? Give feedback.
13 replies
Answer selected by
mark-wiemer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes :) These settings control when code is formatted. You can disable AHK formatting entirely by setting the default formatter to "None (null)":
editor.formatOnPaste
editor.formatOnSave
@id:editor.defaultFormatter @lang:ahk
@id:editor.defaultFormatter @lang:ahk2
For example: