Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add output.no_color to configuration.schema.json
  • Loading branch information
MatteoPologruto committed Jul 19, 2023
commit 2cc26ae99db653bfa1b15d1c68f676724f1e6c99
10 changes: 10 additions & 0 deletions configuration/configuration.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,16 @@
},
"type": "object"
},
"output": {
"description": "settings related to text output.",
"properties": {
"no_color": {
"description": "ANSI color escape codes are added by default to the output. Set to `true` to disable colored text output.",
"type": "boolean"
}
},
"type": "object"
},
"sketch": {
"description": "configuration options relating to [Arduino sketches][sketch specification].",
"properties": {
Expand Down