Created
November 10, 2018 08:50
-
-
Save monkstone/0445e74f52f5d1fcf6cd772543715426 to your computer and use it in GitHub Desktop.
Geany Project File for PiCrate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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=2 | |
indent_type=0 | |
indent_hard_tab_width=8 | |
detect_indent=false | |
detect_indent_width=false | |
indent_mode=2 | |
[project] | |
name=picrate_samples | |
base_path=/home/pi/picrate_samples/ | |
description=Exploring PiCrate | |
file_patterns=*.rb;*.glsl;*.txt; | |
[long line marker] | |
long_line_behaviour=1 | |
long_line_column=72 | |
[files] | |
current_page=0 | |
FILE_NAME_0=748;Ruby;0;EUTF-8;1;1;0;%2Fhome%2Fpi%2Fpicrate_samples%2Fdemo%2Ffire.rb;0;4 | |
[VTE] | |
last_dir=/home/pi | |
[build-menu] | |
EX_00_LB=_Execute | |
EX_00_CM=jruby "%f" | |
EX_00_WD= | |
RubyFT_00_LB=_Compile | |
RubyFT_00_CM=jruby -wc "%f" | |
RubyFT_00_WD= | |
filetypes=Ruby; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment