-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Thierry Delafontaine
committed
Mar 3, 2022
1 parent
8256745
commit c73c660
Showing
3 changed files
with
34 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"InES Header": { | ||
"prefix": "inesh", | ||
"body": [ | ||
"${BLOCK_COMMENT_START}*------------------------------------------------------------------", | ||
" * -- _____ ______ _____ --", | ||
" * -- |_ _| | ____|/ ____| --", | ||
" * -- | | _ __ | |__ | (___ Institute of Embedded Systems --", | ||
" * -- | | | '_ \\\\| __| \\___ \\ Zurich University of --", | ||
" * -- _| |_| | | | |____ ____) | Applied Sciences --", | ||
" * -- |_____|_| |_|______|_____/ 8401 Winterthur, Switzerland --", | ||
" * ------------------------------------------------------------------", | ||
" * @file ${TM_FILENAME}", | ||
" * @author ${1:<author>} <${2:<email>}@zhaw.ch>", | ||
" * @copyright ${CURRENT_YEAR} ZHAW Institute of Embedded Systems", | ||
" * @date ${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE}", | ||
" * @brief ${3:<brief description>}", | ||
" *", | ||
" * ${4}", | ||
" * ------------------------------------------------------------------", | ||
" ${BLOCK_COMMENT_END}", | ||
"$0" | ||
], | ||
"description": "The InES file header" | ||
} | ||
} |