install.fairie/.config/bat/config
Brian Zalewski 0927bd690e Latest
2022-11-30 01:26:59 -05:00

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++"