Created
February 14, 2022 18:06
-
-
Save ay4t/17e0829d3b8a3a9a6c795ee21f58eda7 to your computer and use it in GitHub Desktop.
Backup Setting untuk editor Visual Studio Ayatulloh
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
| { | |
| "workbench.colorTheme": "Default Dark+", | |
| "security.workspace.trust.untrustedFiles": "open", | |
| "files.autoSave": "onFocusChange", | |
| "explorer.confirmDelete": false, | |
| "psi-header.config": { | |
| "forceToTop": true, | |
| "blankLinesAfter": 1, | |
| "blankLinesBefore": 2, | |
| "license": "MIT", | |
| "author": "Ayatulloh Ahad R", | |
| "initials": "Ay4t", | |
| "authorEmail": "ayatulloh@indiega.net", | |
| "authorPhone": "085 791 5555 06", | |
| "company": "Indiega Network", | |
| "copyrightHolder": "Indiega Network", | |
| "creationDateZero": "asIs", | |
| // "hostname": "myhostname" | |
| }, | |
| "psi-header.changes-tracking": { | |
| "isActive": true, | |
| "modAuthor": "Modified By:", | |
| "modDate": "Last Modified:", | |
| "modDateFormat": "dd/MM/yyyy hh:nn:ss", | |
| "include": [], | |
| "includeGlob": [], | |
| "exclude": [ | |
| "markdown", | |
| "json", | |
| "jsonc", | |
| "shellscript" | |
| ], | |
| "excludeGlob": [ | |
| "./**/*/ignoreme.*" | |
| ], | |
| "autoHeader": "autoSave", | |
| "enforceHeader": true, | |
| "replace": [ | |
| "Filename:", | |
| "Project" | |
| ], | |
| "updateLicenseVariables": false | |
| }, | |
| "psi-header.lang-config": [ | |
| { | |
| "language": "php", | |
| "mapTo": "php", | |
| // "begin": "/*", | |
| // "prefix": " * ", | |
| // "suffix": " *", | |
| // "lineLength": 80, | |
| // "end": " */", | |
| "forceToTop": true, | |
| "blankLinesAfter": 3, | |
| "beforeHeader": [ | |
| "<?php" | |
| ], | |
| "afterHeader": [ | |
| "?>" | |
| ], | |
| "rootDirFileName": "package.json", | |
| "modAuthor": "Modified By:", | |
| "modDate": "Last Modified:", | |
| "modDateFormat": "dd/MM/yyyy hh:nn:ss", | |
| "replace": [ | |
| "Filename:", | |
| "Project" | |
| ], | |
| "ignoreLines": [] | |
| }, | |
| { | |
| "language": "typescript", | |
| "mapTo": "javascript" | |
| }, | |
| ], | |
| "psi-header.templates": [ | |
| { | |
| "language": "php", | |
| "template": [ | |
| "File: <<filename>>", | |
| "Project: <<projectname>>", | |
| "Created Date: <<filecreated('dd MMM YYYY')>>", | |
| "Author: <<author>>", | |
| "Email: <<authorEmail>>", | |
| "Phone: 085791555506 \n", | |
| "-------------------------", | |
| "Last Modified: <<date>>", | |
| "Modified By: <<author>> \n", | |
| "-------------------------", | |
| "Copyright (c) <<yeartoyear(fc, now)>> <<company>> \n", | |
| "-------------------------", | |
| "HISTORY:", | |
| "Date \tBy\tComments \n", | |
| "----------\t---\t---------------------------------------------------------" | |
| ], | |
| "changeLogCaption": "HISTORY", | |
| "changeLogHeaderLineCount": 2, | |
| "changeLogEntryTemplate": [ | |
| "", | |
| "<<dateformat(DD-MM-YYYY)>>\t<<initials>>\t" | |
| ], | |
| "changeLogNaturalOrder": false, | |
| "changeLogFooterLineCount": 0 | |
| } | |
| ], | |
| "psi-header.license-text": [ | |
| "This will never show because it is only relevant if", | |
| "psi-header.config.license equals Custom" | |
| ], | |
| "psi-header.license-reference": { | |
| "uri": "path/to/license.file", | |
| "uriIsLocalFile": true | |
| }, | |
| "editor.wordWrap": "on", | |
| "editor.formatOnSave": true, | |
| "files.autoSaveDelay": 0, | |
| "editor.minimap.enabled": false, | |
| "phpdoc-generator.constructorWithType": "returnDefinedTypeOrUndefinedType", | |
| "phpdoc-generator.returnUndefinedType": "mixed", | |
| "phpdoc-generator.useNamesInTop": true, | |
| "phpdoc-generator.varUndefinedType": "mixed" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment