Skip to content

Instantly share code, notes, and snippets.

@dlidstrom
Last active September 2, 2016 10:51
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 dlidstrom/ab788f6bbe3dccd1d65e to your computer and use it in GitHub Desktop.
Save dlidstrom/ab788f6bbe3dccd1d65e to your computer and use it in GitHub Desktop.
// Preferences.sublime-settings
// Settings in here override those in "Default/Preferences.sublime-settings", and
// are overridden in turn by file type specific settings.
{
    "draw_white_space": "all",
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true
}

Packages:

  • GenerateUUID
  • PowerShell

XML.tmLanguage:

		<string>xml</string>
		<string>tld</string>
		<string>jsp</string>
		<string>pt</string>
		<string>cpt</string>
		<string>dtml</string>
		<string>rss</string>
		<string>opml</string>
		<string>config</string>
		<string>csproj</string>
		<string>wxs</string>
		<string>wxi</string>
		<string>msbuild</string>
		<string>build</string>
		<string>targets</string>

PowerShell transcript:

W:\dali01\Documents\WindowsPowerShell>type Microsoft.PowerShell_profile.ps1
$null = Start-Transcript
@dlidstrom
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment