Home > Article > Development Tools > How to set vscode indentation
1. First, we open Vscode and click on the file option above
2. Click on the first item in the file interface This option
3. Then find the settings and click Settings. This will enter the settings interface of VScode. Note that the setting properties of VSCode are modified by modifying Json. Value, to achieve
4. The top is the search button, the left is the setting options, and the right is the setting value you customized to modify
5. Enter "indent" in the search box to search, and you can get the search results. What is the setting option of the annotation table name on Json? Click Edit on the left, and this option will be in appears on the right, and then set the corresponding value on the right.
6. Enter tableSize to modify the size of the indented characters. Note that all modifications worth modifying are on the right. Completed
Recommended tutorial: vscode tutorial
The above is the detailed content of How to set vscode indentation. For more information, please follow other related articles on the PHP Chinese website!