Fix indentation

这个提交包含在:
Rafal Kupiec 2018-07-15 12:11:30 +02:00
父节点 6d0e346b7d
当前提交 9fe3ae2221
签署人:: belliash
GPG 密钥 ID: 4E829243E0CFE6B4

14
.vscode/settings.json vendored
查看文件

@ -1,12 +1,12 @@
{
"files.autoSave": "afterDelay",
"editor.renderWhitespace": "none",
"editor.multiCursorModifier": "alt",
"editor.insertSpaces": false,
"editor.wordWrap": "off",
"editor.accessibilitySupport": "auto",
"editor.cursorBlinking": "smooth",
"editor.cursorStyle": "line",
"editor.renderWhitespace": "none",
"editor.multiCursorModifier": "alt",
"editor.insertSpaces": false,
"editor.wordWrap": "off",
"editor.accessibilitySupport": "auto",
"editor.cursorBlinking": "smooth",
"editor.cursorStyle": "line",
"editor.detectIndentation": false,
"editor.foldingStrategy": "auto",
"scm.alwaysShowProviders": true,