2017-09-03 04:50:31 +00:00
|
|
|
// Place your settings in this file to overwrite default and user settings.
|
|
|
|
{
|
2022-02-21 03:32:53 +00:00
|
|
|
"editor.tabSize": 4,
|
|
|
|
// Insert spaces when pressing Tab. This setting is overriden
|
|
|
|
// based on the file contents when `editor.detectIndentation` is true.
|
|
|
|
"editor.insertSpaces": true,
|
|
|
|
// When opening a file, `editor.tabSize` and `editor.insertSpaces`
|
|
|
|
// will be detected based on the file contents. Set to false to keep
|
|
|
|
// the values you've explicitly set, above.
|
|
|
|
"editor.detectIndentation": false
|
2017-09-03 04:50:31 +00:00
|
|
|
}
|