Skip to content

Instantly share code, notes, and snippets.

@sepisoad
Last active December 5, 2025 16:22
Show Gist options
  • Select an option

  • Save sepisoad/4ff6d524807714a4d1de8e5184ccd623 to your computer and use it in GitHub Desktop.

Select an option

Save sepisoad/4ff6d524807714a4d1de8e5184ccd623 to your computer and use it in GitHub Desktop.
astyle - focus editor config
[25] # Version number. Do not delete.
[[workspace]]
/home/sepi/Projects/sepi/sqv/
[ignore]
.git/
.vscode/
.build/
.keep/
.breakpoints
[[build commands]]
build_working_dir: /home/sepi/Projects/sepi/sqv
open_panel_on_build: true
close_panel_on_success: false
clear_build_output_before_running: true
[TermProjectDir]
run_command: st -c floatst %RUN_WORKING_DIR%
key_binding: Ctrl-R Ctrl-T
[TermFileDir]
run_working_dir: %FILE_DIR%
run_command: st -c floatkitty
key_binding: Ctrl-R T
[Fmt]
run_command: clang-format-21 -i %FILE%
key_binding: Ctrl-R Ctrl-F
close_panel_on_success: true
[Debug]
run_command: gf2 .
key_binding: Ctrl-R Ctrl-D
close_panel_on_success: true
[Premake]
build_command: premake5 gmake2
key_binding: Ctrl-R Ctrl-P
[Clean]
build_command: make clean
key_binding: Ctrl-R Ctrl-C
[Build]
build_command: make
key_binding: Ctrl-R Ctrl-R
[Build]
build_command: premake5 gen-module
key_binding: Ctrl-R Ctrl-M
[Run1]
build_command: premake5 app-playground
key_binding: Ctrl-R 1
[Run2]
build_command: premake5 app-pak
key_binding: Ctrl-R 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment