move transformations into single file
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[6] # Version number. Do not delete.
|
||||
[18] # Version number. Do not delete.
|
||||
|
||||
[[workspace]]
|
||||
# These directories and files will be scanned when a workspace is opened so that search etc. works.
|
||||
@@ -26,13 +26,7 @@ build_command: jai build.jai
|
||||
build_command: arch -x86_64 /opt/jai/bin/jai-macos build.jai
|
||||
key_binding: Cmd-Shift-B
|
||||
|
||||
[Run MacOS]
|
||||
run_working_dir: .
|
||||
run_command: term.scpt "cd %RUN_WORKING_DIR%/build_debug && ./console3d"
|
||||
key_binding: F5
|
||||
|
||||
|
||||
[[settings]]
|
||||
tab_size: 4
|
||||
insert_spaces_when_pressing_tab: true
|
||||
indent_using: spaces # options: spaces, tabs
|
||||
strip_trailing_whitespace_on_save: except_lines_with_cursor # options: all, except_lines_with_cursor, disabled
|
||||
|
||||
Reference in New Issue
Block a user