Skip to content

Commit 604e9cb

Browse files
committed
add geany project file
1 parent 4b368f1 commit 604e9cb

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

picrate.geany

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
[editor]
2+
line_wrapping=false
3+
line_break_column=72
4+
auto_continue_multiline=true
5+
6+
[file_prefs]
7+
final_new_line=true
8+
ensure_convert_new_lines=false
9+
strip_trailing_spaces=false
10+
replace_tabs=true
11+
12+
[indentation]
13+
indent_width=2
14+
indent_type=0
15+
indent_hard_tab_width=8
16+
detect_indent=false
17+
detect_indent_width=false
18+
indent_mode=2
19+
20+
[project]
21+
name=picrate_samples
22+
base_path=/home/pi/picrate_samples/
23+
description=Exploring PiCrate
24+
file_patterns=*.rb;*.glsl;*.txt;
25+
26+
[long line marker]
27+
long_line_behaviour=1
28+
long_line_column=72
29+
30+
[files]
31+
current_page=0
32+
FILE_NAME_0=748;Ruby;0;EUTF-8;1;1;0;%2Fhome%2Fpi%2Fpicrate_samples%2Fdemo%2Ffire.rb;0;4
33+
34+
[VTE]
35+
last_dir=/home/pi
36+
37+
[build-menu]
38+
EX_00_LB=_Execute
39+
EX_00_CM=jruby "%f"
40+
EX_00_WD=
41+
RubyFT_00_LB=_Compile
42+
RubyFT_00_CM=jruby -wc "%f"
43+
RubyFT_00_WD=
44+
filetypes=Ruby;

0 commit comments

Comments
 (0)