Geany project
From Just Solve the File Format Problem
Geany project file is a plain text file that describes the code project. It consists of key-value pairs separated into sections denoted by square brackets.
Example
[file_prefs] final_new_line=false ensure_convert_new_lines=false strip_trailing_spaces=false replace_tabs=false [indentation] indent_width=4 indent_type=1 indent_hard_tab_width=8 detect_indent=false detect_indent_width=false indent_mode=2 [project] name=test base_path=/home/user/workspace/test/ [long line marker] long_line_behaviour=1 long_line_column=120 [files] current_page=0 [VTE] last_dir=/home/user/something.cpp