Skip to content

Commit

Permalink
taplo config
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyagreco committed Aug 10, 2024
1 parent 21531d4 commit fdecf08
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .starship.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[directory]
disabled = false
style = "#66b2b2" # teal from tmux status bar
home_symbol = "🏠"
style = "#66b2b2" # teal from tmux status bar

[character]
success_symbol = "[>](purple)"
error_symbol = "[>](red)"
success_symbol = "[>](purple)"
vicmd_symbol = "[<](green)"

[cmd_duration]
Expand All @@ -21,14 +21,14 @@ format = "[$branch]($style)"
style = "bright-black"

[git_status]
format = "[[( $conflicted$untracked$modified$staged$renamed$deleted)]($style) ($ahead_behind)]($style)"
style = "bold red"
conflicted = ""
untracked = ""
deleted = ""
format = "[[( $conflicted$untracked$modified$staged$renamed$deleted)]($style) ($ahead_behind)]($style)"
modified = ""
staged = ""
renamed = ""
deleted = ""
staged = ""
style = "bold red"
untracked = ""

[package]
disabled = true
Expand All @@ -42,9 +42,9 @@ disabled = true
[python]
# does '(venv_name)' when in virtual env
format = ' [(\($virtualenv\))]($style) '
style = "bold red"
symbol = ''
version_format = ''
style = "bold red"

[docker_context]
disabled = true
Expand Down
7 changes: 7 additions & 0 deletions taplo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[formatting]
array_trailing_comma = true
compact_arrays = false
compact_inline_tables = false
indent_string = " "
reorder_keys = true
string_quote = "\""

0 comments on commit fdecf08

Please sign in to comment.