feat: add sqruff config

This commit is contained in:
2025-07-30 22:35:36 +03:00
parent 4341b0ecc5
commit f21e39d445
3 changed files with 436 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ update_ms = 500
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
proc_sorting = "memory"
proc_sorting = "cpu direct"
#* Reverse sorting order, True or False.
proc_reversed = False