Skip to content

Latest commit

 

History

History
executable file
·
18 lines (14 loc) · 843 Bytes

README.md

File metadata and controls

executable file
·
18 lines (14 loc) · 843 Bytes

Better default settings for VS Code

This is part of the Mastery for VS Code course.

These are my refined settings for VS Code.

If you don't have the Operator Mono Font with ligatures enabled, you should probably delete these three lines:

"editor.fontFamily": "OperatorMonoLig-Light, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 13,
"editor.fontWeight": "600",

The line:

"C_Cpp.clang_format_style": "{ BasedOnStyle: Chromium, IndentWidth: 3, TabWidth: 3, UseTab: Always, ColumnLimit: 0}"

pertains to the C/C++ extension, but I found the default formatting so annoying I had to keep that in my settings.json file. If you don't code in C, feel free to delete this line.