Skip to content

Instantly share code, notes, and snippets.

@Suzeep
Last active June 20, 2017 03:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Suzeep/b685289051a1f2f368adb2edbafb163b to your computer and use it in GitHub Desktop.
Save Suzeep/b685289051a1f2f368adb2edbafb163b to your computer and use it in GitHub Desktop.
VisualStudioCode - user setting (confirmed version 1.13.1)
// 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