##// END OF EJS Templates
code cleanup and refactoring
code cleanup and refactoring

File last commit:

r267:6b3e5c48131b v3
r281:e0916ddc9950 v3
Show More
settings.json
11 lines | 405 B | application/json | JsonLexer
// Поместите параметры в этот файл, чтобы перезаписать параметры по умолчанию и пользовательские параметры.
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/bin": true,
"**/obj": true
}
}