Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Progark gruppe 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tobias Ingebrigt Ørstad
Progark gruppe 3
Merge requests
!38
Resolve "TournamentHighScoreState"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "TournamentHighScoreState"
39-tournamenthighscorestate
into
dev
Overview
0
Commits
21
Pipelines
0
Changes
24
Merged
Turid Cecilie Dahl
requested to merge
39-tournamenthighscorestate
into
dev
5 years ago
Overview
0
Commits
21
Pipelines
0
Changes
24
Expand
Closes
#39 (closed)
Edited
5 years ago
by
Turid Cecilie Dahl
0
0
Merge request reports
Compare
dev
version 16
6ea83388
5 years ago
version 15
6b256180
5 years ago
version 14
b4adbc7a
5 years ago
version 13
1fb3a884
5 years ago
version 12
899d17e8
5 years ago
version 11
5c6737c0
5 years ago
version 10
1aaec0f8
5 years ago
version 9
8ad560c2
5 years ago
version 8
e589ad73
5 years ago
version 7
592f2ca3
5 years ago
version 6
ccd0c49d
5 years ago
version 5
ce6d5997
5 years ago
version 4
a6476afd
5 years ago
version 3
07567bd3
5 years ago
version 2
07567bd3
5 years ago
version 1
44248e68
5 years ago
dev (base)
and
latest version
latest version
f02ddfd8
21 commits,
5 years ago
version 16
6ea83388
20 commits,
5 years ago
version 15
6b256180
19 commits,
5 years ago
version 14
b4adbc7a
18 commits,
5 years ago
version 13
1fb3a884
17 commits,
5 years ago
version 12
899d17e8
15 commits,
5 years ago
version 11
5c6737c0
14 commits,
5 years ago
version 10
1aaec0f8
9 commits,
5 years ago
version 9
8ad560c2
8 commits,
5 years ago
version 8
e589ad73
7 commits,
5 years ago
version 7
592f2ca3
6 commits,
5 years ago
version 6
ccd0c49d
5 commits,
5 years ago
version 5
ce6d5997
4 commits,
5 years ago
version 4
a6476afd
3 commits,
5 years ago
version 3
07567bd3
2 commits,
5 years ago
version 2
07567bd3
12 commits,
5 years ago
version 1
44248e68
11 commits,
5 years ago
24 files
+
702
−
124
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
24
Search (e.g. *.vue) (Ctrl+P)
.idea/codeStyles/Project.xml
0 → 100644
+
116
−
0
Options
<component
name=
"ProjectCodeStyleConfiguration"
>
<code_scheme
name=
"Project"
version=
"173"
>
<codeStyleSettings
language=
"XML"
>
<indentOptions>
<option
name=
"CONTINUATION_INDENT_SIZE"
value=
"4"
/>
</indentOptions>
<arrangement>
<rules>
<section>
<rule>
<match>
<AND>
<NAME>
xmlns:android
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
^$
</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
xmlns:.*
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
^$
</XML_NAMESPACE>
</AND>
</match>
<order>
BY_NAME
</order>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
.*:id
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
http://schemas.android.com/apk/res/android
</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
.*:name
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
http://schemas.android.com/apk/res/android
</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
name
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
^$
</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
style
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
^$
</XML_NAMESPACE>
</AND>
</match>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
.*
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
^$
</XML_NAMESPACE>
</AND>
</match>
<order>
BY_NAME
</order>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
.*
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
http://schemas.android.com/apk/res/android
</XML_NAMESPACE>
</AND>
</match>
<order>
ANDROID_ATTRIBUTE_ORDER
</order>
</rule>
</section>
<section>
<rule>
<match>
<AND>
<NAME>
.*
</NAME>
<XML_ATTRIBUTE
/>
<XML_NAMESPACE>
.*
</XML_NAMESPACE>
</AND>
</match>
<order>
BY_NAME
</order>
</rule>
</section>
</rules>
</arrangement>
</codeStyleSettings>
</code_scheme>
</component>
\ No newline at end of file
Loading