Skip to content

Commit e2b7307

Browse files
committed
[+] bat configuration
1 parent b1a47fd commit e2b7307

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

bat/bat.conf

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Set the theme to "TwoDark"
2+
--theme="Dracula"
3+
4+
# Show line numbers, Git modifications and file header (but no grid)
5+
--style="numbers,changes,header"
6+
7+
# Use italic text on the terminal (not supported on all terminals)
8+
--italic-text=always
9+
10+
# Use C++ syntax for Arduino .ino files
11+
--map-syntax "*.ino:C++"

0 commit comments

Comments
 (0)