赞
踩
// 每个制表符占用的空格数
"prettier.tabWidth": 4,
// 使用制表符(tab)缩进,换行显示箭头而非4个点
"prettier.useTabs": true,
1.位置属性(position, top, right, z-index, display, float等)
2.大小(width, height, padding, margin)
3.文字系列(font, line-height, letter-spacing, color- text-align等)
4.背景(background, border等)
5.其他(animation, transition等)
4种打开浏览器的方法
// afterDelay: 将在配置的 "#files.autoSaveDelay#"(默认1000ms) 后自动保存未保存的编辑器。
"files.autoSave": "afterDelay",
// 启用后,将在文件打开时尝试猜测字符集编码。可以按语言对此项进行配置。
"files.autoGuessEncoding": true,
// 指定用在工作台中的颜色主题。
"workbench.colorTheme": "Monokai",
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。