You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
676 B
35 lines
676 B
{
|
|
"folders":
|
|
[
|
|
{
|
|
"folder_exclude_patterns":
|
|
[
|
|
".pio*",
|
|
"MarlinFirmware/lib",
|
|
"Marlin/lib",
|
|
"datatmp",
|
|
"Marlin/*/src",
|
|
".vscode"
|
|
],
|
|
"binary_file_patterns":
|
|
[ "*.psd", "*.png", "*.jpg", "*.jpeg", "*.bdf", "*.patch", "avrdude_5.*", "*.svg" ],
|
|
"file_exclude_patterns":
|
|
[
|
|
"Marlin/platformio.ini",
|
|
"Marlin/.travis.yml",
|
|
"Marlin/.gitignore",
|
|
"Marlin/*/platformio.ini",
|
|
"Marlin/*/.travis.yml",
|
|
"Marlin/*/.gitignore"
|
|
],
|
|
"path": "../../.."
|
|
}
|
|
],
|
|
"settings":
|
|
{
|
|
"ensure_newline_at_eof_on_save": true,
|
|
"tab_size": 2,
|
|
"translate_tabs_to_spaces": true,
|
|
"trim_trailing_white_space_on_save": true
|
|
}
|
|
}
|
|
|