mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-02-06 19:32:52 +08:00
* Adds guidance and stabilization file with initial structure * added vision * added simulation file, not finished * continued documentation simulation * added last bit of simulation docs from wiki * implemented feedback on PR #1 Co-authored-by: matteobarbera <matteo.barbera97@gmail.com>
16 lines
298 B
JSON
16 lines
298 B
JSON
{
|
|
"[c]": {
|
|
"editor.tabSize": 2,
|
|
},
|
|
"[cpp]": {
|
|
"editor.tabSize": 2,
|
|
},
|
|
"[python]": {
|
|
"editor.tabSize": 4,
|
|
},
|
|
"files.associations": {
|
|
"Makefile.*": "makefile"
|
|
},
|
|
"C_Cpp.dimInactiveRegions": false,
|
|
"esbonio.sphinx.confDir": "",
|
|
} |