Sublime Text 3 stores its packages in .sublime-package zip files (the location varies by OS), you can't just go to the Packages folder and see everything. However, there is an excellent plugin called PackageResourceViewer (available via Package Control) that can, among other things, extract files or whole packages to the Packages directory.
Guide To modify the auto complete snippets in Sublime Text 3
Once you've installed the plugin:
Step1: You have to open Package Resource Viewer from Command Pallete
Command Pallete : CTRL + SHIFT + P
type prv to get the Package Resource Viewer options.
Step2: select Package Resource Viewer: Open Resource
Step3: Select the language whose Snippet you want to edit.
Step5: Go to the snippet you want to edit.
(Here I want to edit the for loop snippet to change the bracket alignments)
(hehe, fetishes)
PS - You need to save the new snippet for it to work.
Use CTRL + S for saving it.