mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2024-11-22 03:05:01 +00:00
11 lines
235 B
JSON
11 lines
235 B
JSON
{
|
|
"editor.formatOnPaste": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnType": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"files.insertFinalNewline": true,
|
|
|
|
// C++ Extension
|
|
"C_Cpp.autoAddFileAssociations": false
|
|
}
|