Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Commit d567fea

Browse files
committed
Use same dotfiles as corefx
1 parent f439237 commit d567fea

File tree

3 files changed

+320
-5
lines changed

3 files changed

+320
-5
lines changed

.editorconfig

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# EditorConfig is awesome:
2+
http://EditorConfig.org
3+
4+
# top-most EditorConfig file
5+
root = true
6+
7+
# Default settings:
8+
# A newline ending every file
9+
# Use 2 spaces as indentation
10+
# Trim trailing whitespace
11+
[*]
12+
insert_final_newline = true
13+
indent_style = space
14+
indent_size = 2
15+
trim_trailing_whitespace = true
16+
17+
[*.cs]
18+
indent_size = 4
19+
20+
[*.csproj]
21+
indent_size = 2
22+
23+
[*.nuspec]
24+
indent_size = 2

.gitattributes

+63
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
###############################################################################
2+
# Set default behavior to automatically normalize line endings.
3+
###############################################################################
4+
* text=auto
5+
6+
###############################################################################
7+
# Set default behavior for command prompt diff.
8+
#
9+
# This is need for earlier builds of msysgit that does not have it on by
10+
# default for csharp files.
11+
# Note: This is only used by command line
12+
###############################################################################
13+
#*.cs diff=csharp
14+
15+
###############################################################################
16+
# Set the merge driver for project and solution files
17+
#
18+
# Merging from the command prompt will add diff markers to the files if there
19+
# are conflicts (Merging from VS is not affected by the settings below, in VS
20+
# the diff markers are never inserted). Diff markers may cause the following
21+
# file extensions to fail to load in VS. An alternative would be to treat
22+
# these files as binary and thus will always conflict and require user
23+
# intervention with every merge. To do so, just uncomment the entries below
24+
###############################################################################
25+
#*.sln merge=binary
26+
#*.csproj merge=binary
27+
#*.vbproj merge=binary
28+
#*.vcxproj merge=binary
29+
#*.vcproj merge=binary
30+
#*.dbproj merge=binary
31+
#*.fsproj merge=binary
32+
#*.lsproj merge=binary
33+
#*.wixproj merge=binary
34+
#*.modelproj merge=binary
35+
#*.sqlproj merge=binary
36+
#*.wwaproj merge=binary
37+
38+
###############################################################################
39+
# behavior for image files
40+
#
41+
# image files are treated as binary by default.
42+
###############################################################################
43+
#*.jpg binary
44+
#*.png binary
45+
#*.gif binary
46+
47+
###############################################################################
48+
# diff behavior for common document formats
49+
#
50+
# Convert binary document formats to text before diffing them. This feature
51+
# is only available from the command line. Turn it on by uncommenting the
52+
# entries below.
53+
###############################################################################
54+
#*.doc diff=astextplain
55+
#*.DOC diff=astextplain
56+
#*.docx diff=astextplain
57+
#*.DOCX diff=astextplain
58+
#*.dot diff=astextplain
59+
#*.DOT diff=astextplain
60+
#*.pdf diff=astextplain
61+
#*.PDF diff=astextplain
62+
#*.rtf diff=astextplain
63+
#*.RTF diff=astextplain

.gitignore

+233-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,237 @@
11
syntax: glob
2-
*.user
2+
3+
### VisualStudio ###
4+
5+
# User-specific files
36
*.suo
4-
bin
5-
obj
7+
*.user
8+
*.userosscache
9+
*.sln.docstates
10+
11+
# Build results
12+
[Dd]ebug/
13+
[Dd]ebugPublic/
14+
[Rr]elease/
15+
[Rr]eleases/
16+
x64/
17+
x86/
18+
build/
19+
bld/
20+
[Bb]in/
21+
[Oo]bj/
622
msbuild.log
7-
packages
23+
24+
# Roslyn stuff
825
*.sln.ide
9-
*.coverage
26+
*.ide/
27+
28+
# MSTest test Results
29+
[Tt]est[Rr]esult*/
30+
[Bb]uild[Ll]og.*
31+
32+
#NUNIT
33+
*.VisualState.xml
34+
TestResult.xml
35+
36+
# Build Results of an ATL Project
37+
[Dd]ebugPS/
38+
[Rr]eleasePS/
39+
dlldata.c
40+
41+
*_i.c
42+
*_p.c
43+
*_i.h
44+
*.ilk
45+
*.meta
46+
*.obj
47+
*.pch
48+
*.pdb
49+
*.pgc
50+
*.pgd
51+
*.rsp
52+
*.sbr
53+
*.tlb
54+
*.tli
55+
*.tlh
56+
*.tmp
57+
*.tmp_proj
58+
*.log
59+
*.vspscc
60+
*.vssscc
61+
.builds
62+
*.pidb
63+
*.svclog
64+
*.scc
65+
66+
# Chutzpah Test files
67+
_Chutzpah*
68+
69+
# Visual C++ cache files
70+
ipch/
71+
*.aps
72+
*.ncb
73+
*.opensdf
74+
*.sdf
75+
*.cachefile
76+
77+
# Visual Studio profiler
78+
*.psess
79+
*.vsp
80+
*.vspx
81+
82+
# TFS 2012 Local Workspace
83+
$tf/
84+
85+
# Guidance Automation Toolkit
86+
*.gpState
87+
88+
# ReSharper is a .NET coding add-in
89+
_ReSharper*/
90+
*.[Rr]e[Ss]harper
91+
*.DotSettings.user
92+
93+
# JustCode is a .NET coding addin-in
94+
.JustCode
95+
96+
# TeamCity is a build add-in
97+
_TeamCity*
98+
99+
# DotCover is a Code Coverage Tool
100+
*.dotCover
101+
102+
# NCrunch
103+
_NCrunch_*
104+
.*crunch*.local.xml
105+
106+
# MightyMoose
107+
*.mm.*
108+
AutoTest.Net/
109+
110+
# Web workbench (sass)
111+
.sass-cache/
112+
113+
# Installshield output folder
114+
[Ee]xpress/
115+
116+
# DocProject is a documentation generator add-in
117+
DocProject/buildhelp/
118+
DocProject/Help/*.HxT
119+
DocProject/Help/*.HxC
120+
DocProject/Help/*.hhc
121+
DocProject/Help/*.hhk
122+
DocProject/Help/*.hhp
123+
DocProject/Help/Html2
124+
DocProject/Help/html
125+
126+
# Click-Once directory
127+
publish/
128+
129+
# Publish Web Output
130+
*.[Pp]ublish.xml
131+
*.azurePubxml
132+
*.pubxml
133+
*.publishproj
134+
135+
# NuGet Packages
136+
*.nupkg
137+
**/packages/*
138+
139+
# Windows Azure Build Output
140+
csx/
141+
*.build.csdef
142+
143+
# Windows Store app package directory
144+
AppPackages/
145+
146+
# Others
147+
sql/
148+
*.Cache
149+
ClientBin/
150+
[Ss]tyle[Cc]op.*
151+
~$*
152+
*.dbmdl
153+
*.dbproj.schemaview
154+
*.pfx
155+
*.publishsettings
156+
node_modules/
157+
*.metaproj
158+
*.metaproj.tmp
159+
160+
# RIA/Silverlight projects
161+
Generated_Code/
162+
163+
# Backup & report files from converting an old project file
164+
# to a newer Visual Studio version. Backup files are not needed,
165+
# because we have git ;-)
166+
_UpgradeReport_Files/
167+
Backup*/
168+
UpgradeLog*.XML
169+
UpgradeLog*.htm
170+
171+
# SQL Server files
172+
*.mdf
173+
*.ldf
174+
175+
# Business Intelligence projects
176+
*.rdl.data
177+
*.bim.layout
178+
*.bim_*.settings
179+
180+
# Microsoft Fakes
181+
FakesAssemblies/
182+
183+
### MonoDevelop ###
184+
185+
*.pidb
186+
*.userprefs
187+
188+
### Windows ###
189+
190+
# Windows image file caches
191+
Thumbs.db
192+
ehthumbs.db
193+
194+
# Folder config file
195+
Desktop.ini
196+
197+
# Recycle Bin used on file shares
198+
$RECYCLE.BIN/
199+
200+
# Windows Installer files
201+
*.cab
202+
*.msi
203+
*.msm
204+
*.msp
205+
206+
# Windows shortcuts
207+
*.lnk
208+
209+
### Linux ###
210+
211+
*~
212+
213+
# KDE directory preferences
214+
.directory
215+
216+
### OSX ###
217+
218+
.DS_Store
219+
.AppleDouble
220+
.LSOverride
221+
222+
# Icon must end with two \r
223+
Icon
224+
225+
# Thumbnails
226+
._*
227+
228+
# Files that might appear on external disk
229+
.Spotlight-V100
230+
.Trashes
231+
232+
# Directories potentially created on remote AFP share
233+
.AppleDB
234+
.AppleDesktop
235+
Network Trash Folder
236+
Temporary Items
237+
.apdisk

0 commit comments

Comments
 (0)