Created
April 16, 2018 01:38
-
-
Save leosabbir/fca38f51f8a8370f92f4995a786409df to your computer and use it in GitHub Desktop.
Sublime Setttings file for FileTemplates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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