mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-29 03:36:07 +08:00
Added highlighting of current line to make editing and double-clicking warnings/errors faster
This commit is contained in:
@@ -32,7 +32,8 @@
|
|||||||
"settings":
|
"settings":
|
||||||
{
|
{
|
||||||
"tab_size": 8,
|
"tab_size": 8,
|
||||||
"translate_tabs_to_spaces": false
|
"translate_tabs_to_spaces": false,
|
||||||
|
"highlight_line": true
|
||||||
},
|
},
|
||||||
"build_systems":
|
"build_systems":
|
||||||
[
|
[
|
||||||
|
|||||||
Reference in New Issue
Block a user