mirror of
https://github.com/EnumeratedDev/typer.git
synced 2026-09-16 05:36:10 +00:00
Add configuration files for styles, keybindings and other options
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# Editor style option
|
||||
selected_style: "default" # Style for 256-color and true-color capable terminals
|
||||
selected_style_fallback: "default-fallback" # Style for 8-color capable terminals (Like TTYs)
|
||||
|
||||
# Other
|
||||
tab_indentation: 4 # Length of tab characters
|
||||
Reference in New Issue
Block a user