Skip to content

Commit

Permalink
Add geany and sublime files
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrustyPwo committed Nov 29, 2023
1 parent fc7969c commit 32f244b
Show file tree
Hide file tree
Showing 8 changed files with 42,091 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -1548,9 +1548,6 @@ build/

# Random Files and exe
*.exe
*.geany
*.o
*.sublime-project
*.sublime-workspace
.vscode/*
.cph/*
42 changes: 42 additions & 0 deletions Atcoder.geany
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[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=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=Atcoder
base_path=C:\\Users\\Shuce\\projects\\Atcoder\\
description=

[long line marker]
long_line_behaviour=1
long_line_column=72

[files]
current_page=11
FILE_NAME_0=244;C++;0;EUTF-8;1;1;0;C%3A%5CUsers%5CShuce%5Cprojects%5CAtcoder%5Cwelcome.cpp;0;4
FILE_NAME_1=170;C++;0;EUTF-8;1;1;0;C%3A%5CUsers%5CShuce%5Cprojects%5CAtcoder%5Cfrog1.cpp;0;4
FILE_NAME_2=436;C++;0;EUTF-8;1;1;0;C%3A%5CUsers%5CShuce%5Cprojects%5CAtcoder%5Cfrog2.cpp;0;4
FILE_NAME_3=575;C++;0;EUTF-8;1;1;0;C%3A%5CUsers%5CShuce%5Cprojects%5CAtcoder%5Cvacation.cpp;0;4
FILE_NAME_4=528;C++;0;EUTF-8;1;1;0;C%3A%5CUsers%5CShuce%5Cprojects%5CAtcoder%5Cknapsack1.cpp;0;4
FILE_NAME_5=206;C++;0;EUTF-8;1;1;0;C%3A%5CUsers%5CShuce%5Cprojects%5CAtcoder%5Cknapsack2.cpp;0;4
FILE_NAME_6=273;C++;0;EUTF-8;1;1;0;C%3A%5CUsers%5CShuce%5Cprojects%5CAtcoder%5Clcs.cpp;0;4
FILE_NAME_7=283;C++;0;EUTF-8;1;1;0;C%3A%5CUsers%5CShuce%5Cprojects%5CAtcoder%5Clongestpath.cpp;0;4
FILE_NAME_8=311;C++;0;EUTF-8;1;1;0;C%3A%5CUsers%5CShuce%5Cprojects%5CAtcoder%5Cgrid1.cpp;0;4
FILE_NAME_9=561;C++;0;EUTF-8;1;1;0;C%3A%5CUsers%5CShuce%5Cprojects%5CAtcoder%5Ccoins.cpp;0;4
FILE_NAME_10=276;C++;0;EUTF-8;1;1;0;C%3A%5CUsers%5CShuce%5Cprojects%5CAtcoder%5Csushi.cpp;0;4
FILE_NAME_11=755;C++;0;EUTF-8;1;1;0;C%3A%5CUsers%5CShuce%5Cprojects%5CAtcoder%5Cdeque.cpp;0;4
300 changes: 300 additions & 0 deletions CodeBreaker.geany

Large diffs are not rendered by default.

34 changes: 34 additions & 0 deletions CodeForces.geany
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[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=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=CodeForces
base_path=C:\\Users\\Shuce\\projects\\CodeForces\\
description=

[long line marker]
long_line_behaviour=1
long_line_column=72

[files]
current_page=3
FILE_NAME_0=606;C++;0;EUTF-8;1;1;0;C%3A%5CUsers%5CShuce%5Cprojects%5CCodeForces%5C1730%5CC%5Cmain.cpp;0;4
FILE_NAME_1=603;C++;0;EUTF-8;1;1;0;C%3A%5CUsers%5CShuce%5Cprojects%5CCodeForces%5C1768%5CB%5Cmain.cpp;0;4
FILE_NAME_2=0;C++;0;EUTF-8;1;1;0;C%3A%5CUsers%5CShuce%5Cprojects%5CCodeForces%5C1768%5CC%5Cmain.cpp;0;4
FILE_NAME_3=195;C++;0;EUTF-8;1;1;0;C%3A%5CUsers%5CShuce%5Cprojects%5CCodeForces%5C20C.cpp;0;4
2 changes: 2 additions & 0 deletions CodeForces/codeforces.sublime-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
}
Loading

0 comments on commit 32f244b

Please sign in to comment.