Last active
June 20, 2017 03:52
-
-
Save Suzeep/b685289051a1f2f368adb2edbafb163b to your computer and use it in GitHub Desktop.
VisualStudioCode - user setting (confirmed version 1.13.1)
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
// Place your settings in this file to overwrite the default settings | |
{ | |
// Controls if the editor shows reference information for the modes that support it | |
"editor.referenceInfos": false, | |
// Controls if the editor will insert spaces for tabs. Accepted values: "auto", true, false. If set to "auto", the value will be guessed when a file is opened. | |
"editor.insertSpaces": false, | |
// エディターで空白文字を表示するかどうかを制御します | |
"editor.renderWhitespace": true, | |
// 自動挿入された末尾の空白を削除する | |
"editor.trimAutoWhitespace": false, | |
// ミニマップの表示On/Off | |
"editor.minimap.enabled": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment