Skip to content

andrecasal/VS-Code-Settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

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.

About

André Casal's VS Code settings.json file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published