Files
paparazzi/.vscode/settings.json
Pietro Campolucci 6b5bba4284 Sphinx: Simulation Documentation (#2886)
* 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>
2022-06-21 10:48:34 +02:00

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": "",
}