Skip to content

Commit 0e8119d

Browse files
committed
Updated to fit new style
1 parent fcdd4e4 commit 0e8119d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2449
-2408
lines changed

.editorconfig

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# http://editorconfig.org
2-
root = true
3-
4-
[*]
5-
indent_style = space
6-
indent_size = 4
7-
end_of_line = lf
8-
charset = utf-8
9-
trim_trailing_whitespace = true
10-
11-
[*.csproj]
12-
indent_style = space
13-
indent_size = 2
1+
# http://editorconfig.org
2+
root = true
3+
4+
[*]
5+
indent_style = space
6+
indent_size = 4
7+
end_of_line = lf
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
11+
[*.csproj]
12+
indent_style = space
13+
indent_size = 2

.gitignore

Lines changed: 171 additions & 171 deletions
Original file line numberDiff line numberDiff line change
@@ -1,171 +1,171 @@
1-
#################
2-
## Eclipse
3-
#################
4-
5-
*.pydevproject
6-
.project
7-
.metadata
8-
tmp/
9-
*.tmp
10-
*.bak
11-
*.swp
12-
*~.nib
13-
local.properties
14-
.classpath
15-
.settings/
16-
.loadpath
17-
18-
# External tool builders
19-
.externalToolBuilders/
20-
21-
# Locally stored "Eclipse launch configurations"
22-
*.launch
23-
24-
# CDT-specific
25-
.cproject
26-
27-
# PDT-specific
28-
.buildpath
29-
30-
31-
#################
32-
## Visual Studio
33-
#################
34-
35-
## Ignore Visual Studio temporary files, build results, and
36-
## files generated by popular Visual Studio add-ons.
37-
38-
# User-specific files
39-
*.suo
40-
*.user
41-
*.sln.docstates
42-
43-
# Build results
44-
[Dd]ebug/
45-
[Rr]elease/
46-
[Bb]in/
47-
[Bb]uild/
48-
[Oo]bj/
49-
[Dd]ebug/
50-
[Rr]elease/
51-
[Pp]ackages/
52-
[Tt]ools/
53-
![Tt]ools/packages.config
54-
AngleSharp.sln.ide/
55-
AngleSharp.Core.sln.ide/
56-
TestResults/
57-
*.nupkg
58-
*_i.c
59-
*_p.c
60-
*.ilk
61-
*.meta
62-
*.obj
63-
*.pch
64-
*.pdb
65-
*.pgc
66-
*.pgd
67-
*.rsp
68-
*.sbr
69-
*.tlb
70-
*.tli
71-
*.tlh
72-
*.tmp
73-
*.vspscc
74-
.builds
75-
*.dotCover
76-
*.dotSettings
77-
78-
# Visual C++ cache files
79-
ipch/
80-
*.aps
81-
*.ncb
82-
*.opensdf
83-
*.sdf
84-
85-
# Visual Studio profiler
86-
*.psess
87-
*.vsp
88-
89-
# ReSharper is a .NET coding add-in
90-
_ReSharper*
91-
92-
# Installshield output folder
93-
[Ee]xpress
94-
95-
# DocProject is a documentation generator add-in
96-
DocProject/buildhelp/
97-
DocProject/Help/*.HxT
98-
DocProject/Help/*.HxC
99-
DocProject/Help/*.hhc
100-
DocProject/Help/*.hhk
101-
DocProject/Help/*.hhp
102-
DocProject/Help/Html2
103-
DocProject/Help/html
104-
105-
# Click-Once directory
106-
publish
107-
108-
# Others
109-
[Bb]in
110-
[Oo]bj
111-
sql
112-
TestResults
113-
*.Cache
114-
ClientBin
115-
stylecop.*
116-
~$*
117-
*.dbmdl
118-
Generated_Code #added for RIA/Silverlight projects
119-
120-
# Backup & report files from converting an old project file to a newer
121-
# Visual Studio version. Backup files are not needed, because we have git ;-)
122-
_UpgradeReport_Files/
123-
Backup*/
124-
UpgradeLog*.XML
125-
126-
127-
128-
############
129-
## Windows
130-
############
131-
132-
# Windows image file caches
133-
Thumbs.db
134-
135-
# Folder config file
136-
Desktop.ini
137-
138-
139-
#############
140-
## Python
141-
#############
142-
143-
*.py[co]
144-
145-
# Packages
146-
*.egg
147-
*.egg-info
148-
dist
149-
build
150-
eggs
151-
parts
152-
var
153-
sdist
154-
develop-eggs
155-
.installed.cfg
156-
157-
# Installer logs
158-
pip-log.txt
159-
160-
# Unit test / coverage reports
161-
.coverage
162-
.tox
163-
164-
#Translations
165-
*.mo
166-
167-
#Mr Developer
168-
.mr.developer.cfg
169-
170-
# Mac crap
171-
.DS_Store
1+
#################
2+
## Eclipse
3+
#################
4+
5+
*.pydevproject
6+
.project
7+
.metadata
8+
tmp/
9+
*.tmp
10+
*.bak
11+
*.swp
12+
*~.nib
13+
local.properties
14+
.classpath
15+
.settings/
16+
.loadpath
17+
18+
# External tool builders
19+
.externalToolBuilders/
20+
21+
# Locally stored "Eclipse launch configurations"
22+
*.launch
23+
24+
# CDT-specific
25+
.cproject
26+
27+
# PDT-specific
28+
.buildpath
29+
30+
31+
#################
32+
## Visual Studio
33+
#################
34+
35+
## Ignore Visual Studio temporary files, build results, and
36+
## files generated by popular Visual Studio add-ons.
37+
38+
# User-specific files
39+
*.suo
40+
*.user
41+
*.sln.docstates
42+
43+
# Build results
44+
[Dd]ebug/
45+
[Rr]elease/
46+
[Bb]in/
47+
[Bb]uild/
48+
[Oo]bj/
49+
[Dd]ebug/
50+
[Rr]elease/
51+
[Pp]ackages/
52+
[Tt]ools/
53+
![Tt]ools/packages.config
54+
AngleSharp.sln.ide/
55+
AngleSharp.Core.sln.ide/
56+
TestResults/
57+
*.nupkg
58+
*_i.c
59+
*_p.c
60+
*.ilk
61+
*.meta
62+
*.obj
63+
*.pch
64+
*.pdb
65+
*.pgc
66+
*.pgd
67+
*.rsp
68+
*.sbr
69+
*.tlb
70+
*.tli
71+
*.tlh
72+
*.tmp
73+
*.vspscc
74+
.builds
75+
*.dotCover
76+
*.dotSettings
77+
78+
# Visual C++ cache files
79+
ipch/
80+
*.aps
81+
*.ncb
82+
*.opensdf
83+
*.sdf
84+
85+
# Visual Studio profiler
86+
*.psess
87+
*.vsp
88+
89+
# ReSharper is a .NET coding add-in
90+
_ReSharper*
91+
92+
# Installshield output folder
93+
[Ee]xpress
94+
95+
# DocProject is a documentation generator add-in
96+
DocProject/buildhelp/
97+
DocProject/Help/*.HxT
98+
DocProject/Help/*.HxC
99+
DocProject/Help/*.hhc
100+
DocProject/Help/*.hhk
101+
DocProject/Help/*.hhp
102+
DocProject/Help/Html2
103+
DocProject/Help/html
104+
105+
# Click-Once directory
106+
publish
107+
108+
# Others
109+
[Bb]in
110+
[Oo]bj
111+
sql
112+
TestResults
113+
*.Cache
114+
ClientBin
115+
stylecop.*
116+
~$*
117+
*.dbmdl
118+
Generated_Code #added for RIA/Silverlight projects
119+
120+
# Backup & report files from converting an old project file to a newer
121+
# Visual Studio version. Backup files are not needed, because we have git ;-)
122+
_UpgradeReport_Files/
123+
Backup*/
124+
UpgradeLog*.XML
125+
126+
127+
128+
############
129+
## Windows
130+
############
131+
132+
# Windows image file caches
133+
Thumbs.db
134+
135+
# Folder config file
136+
Desktop.ini
137+
138+
139+
#############
140+
## Python
141+
#############
142+
143+
*.py[co]
144+
145+
# Packages
146+
*.egg
147+
*.egg-info
148+
dist
149+
build
150+
eggs
151+
parts
152+
var
153+
sdist
154+
develop-eggs
155+
.installed.cfg
156+
157+
# Installer logs
158+
pip-log.txt
159+
160+
# Unit test / coverage reports
161+
.coverage
162+
.tox
163+
164+
#Translations
165+
*.mo
166+
167+
#Mr Developer
168+
.mr.developer.cfg
169+
170+
# Mac crap
171+
.DS_Store

0 commit comments

Comments
 (0)