11 lines
305 B
Text
11 lines
305 B
Text
# Set the theme to "TwoDark"
|
|
--theme="TwoDark"
|
|
|
|
# Show line numbers, Git modifications and file header (but no grid)
|
|
--style="numbers,changes,header"
|
|
|
|
# Use italic text on the terminal (not supported on all terminals)
|
|
--italic-text=always
|
|
|
|
# Use C++ syntax for Arduino .ino files
|
|
--map-syntax "*.ino:C++"
|