Skip to content

Commit

Permalink
Added .editorconfig.
Browse files Browse the repository at this point in the history
Added the package icon property.
  • Loading branch information
jp2masa committed Aug 12, 2017
1 parent d3fdac8 commit 52d8c8e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# EditorConfig is awesome:
http://EditorConfig.org

# top-most EditorConfig file
root = true

# Default settings:
# A newline ending every file
# Use tabs as indentation
# Trim trailing whitespace
[*]
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
1 change: 1 addition & 0 deletions source/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<VersionPrefix>$([System.DateTime]::Now.ToString("yyyy.MM.dd"))</VersionPrefix>
<PackageIconUrl>https://github.com/CosmosOS/XSharp/raw/master/source/XSharp.ico</PackageIconUrl>
<XSharpDescription>X# is a HLA (High Level Assembler) for X86/X64 assembly</XSharpDescription>
</PropertyGroup>

Expand Down

0 comments on commit 52d8c8e

Please sign in to comment.