๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ

Tools/Visual Studio Code

VS Code ์–ธ์–ด๋ณ„ indentation ๋‹ค๋ฅด๊ฒŒ ์„ค์ • ํ•˜๊ธฐ

๋ฐ˜์‘ํ˜•

 

Ctrl + Shift + P -> Configure Language Specific Settings... ๊ฒ€์ƒ‰

python ์„ ํƒ

 

@lang:python tab size ๋กœ ๊ฒ€์ƒ‰

 

 

 

 

 

 

 

https://til.simonwillison.net/vscode/language-specific-indentation-settings

 

Language-specific indentation settings in VS Code

When I'm working with Python I like four space indents, but for JavaScript or HTML I like two space indents. Today I figured out how to teach VS Code those defaults. 1. Hit `Shift+Command+P` to bring up the action menu 2. Search for the `Preferences: Confi

til.simonwillison.net

 

๋ฐ˜์‘ํ˜•