Skip to content

Instantly share code, notes, and snippets.

@leosabbir
Created April 16, 2018 01:38
Show Gist options
  • Save leosabbir/fca38f51f8a8370f92f4995a786409df to your computer and use it in GitHub Desktop.
Save leosabbir/fca38f51f8a8370f92f4995a786409df to your computer and use it in GitHub Desktop.
Sublime Setttings file for FileTemplates
{
"excluded_dir_patterns": [
"tmp", "|.git", "|.svn"
],
"attrs": {
"author": "Sabbir Manandhar",
"company": "Hogwart",
"email": "[email protected]",
"github": "github.com/leosabbir"
},
"creation_time": {
"day": "%d",
"month": "%m",
"year": "%Y",
"short_weekdayname": "%a",
"weekdayname": "%A",
"short_monthname": "%b",
"date": "%d/%m/%Y",
"date2" : "%Y-%m-%d",
"time": "%H:%M:%S"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment