Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,9 @@ trim_trailing_whitespace = true
# Set file behavior to:
# 2 space indentation
###############################################################################
[*.{cmd,config,csproj,json,props,ps1,resx,sh,targets,yml}]
[*.{cmd,config,csproj,json,props,ps1,resx,sh,slnx,targets,yml}]
indent_size = 2

###############################################################################
# Set file behavior to:
# Windows-style line endings, and
# tabular indentation
###############################################################################
[*.sln]
end_of_line = crlf
indent_style = tab

###############################################################################
# Set file header template to the specified text
###############################################################################
Expand Down
9 changes: 1 addition & 8 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,10 @@
*.ps1 text eol=lf
*.resx text eol=lf
*.sh text eol=lf
*.sln text eol=lf
*.slnx text eol=lf
*.targets text eol=lf
*.yml text eol=lf

###############################################################################
# Set explicit file behavior to:
# treat as text and
# normalize to Windows-style line endings
###############################################################################
*.sln text eol=crlf

###############################################################################
# Set explicit file behavior to:
# treat as binary
Expand Down
236 changes: 0 additions & 236 deletions ClangSharp.sln

This file was deleted.

Loading