diff options
| author | Uneven Prankster <unevenprankster@protonmail.com> | 2023-10-15 21:28:29 -0300 |
|---|---|---|
| committer | Uneven Prankster <unevenprankster@protonmail.com> | 2023-10-15 21:28:29 -0300 |
| commit | 1c0cc775732201f4c4d3ee0d6772be786b3b4aa1 (patch) | |
| tree | f5d692d046868261275c7430a624c3ea9ed75d3d /raylib/projects/Geany/raylib_project.geany | |
| parent | a89f892640cf12f75c7ce18e6e88c70a8d3965ed (diff) | |
A lot has certainly happened!
Diffstat (limited to 'raylib/projects/Geany/raylib_project.geany')
| -rw-r--r-- | raylib/projects/Geany/raylib_project.geany | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/raylib/projects/Geany/raylib_project.geany b/raylib/projects/Geany/raylib_project.geany new file mode 100644 index 0000000..307719e --- /dev/null +++ b/raylib/projects/Geany/raylib_project.geany @@ -0,0 +1,41 @@ +[editor] +line_wrapping=false +line_break_column=72 +auto_continue_multiline=true + +[file_prefs] +final_new_line=true +ensure_convert_new_lines=false +strip_trailing_spaces=false +replace_tabs=true + +[indentation] +indent_width=4 +indent_type=0 +indent_hard_tab_width=8 +detect_indent=false +detect_indent_width=false +indent_mode=2 + +[project] +name=raylib_project +base_path=./ +description=raylib project template +file_patterns= + +[long line marker] +long_line_behaviour=1 +long_line_column=72 + +[files] +current_page=0 +FILE_NAME_0=0;C;0;EUTF-8;1;1;0;C%3A%5CGitHub%5Craylib%5Cprojects%5CGeany%5Ccore_basic_window.c;0;4 + +[build-menu] +filetypes=C; +EX_00_LB=_Execute +EX_00_CM="./%e" +EX_00_WD= +CFT_00_LB=_Compile +CFT_00_CM=raylib_compile_execute.bat %f +CFT_00_WD= |
