Answers for "auto formatting in sublime text for cpp"

3

autosave in sublime text windows 10

Windows - click Preferences > Settings - User
Add this line
{ "save_on_focus_lost": true }
Save the file
Close the file
Posted by: Guest on August-22-2020
-1

shortcut for auto format in sublime text 3

{"keys": ["alt+shift+f"], "command": "reindent", "args": {"single_line": false}}
Posted by: Guest on August-30-2020

Browse Popular Code Answers by Language