Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
osexpert committed Aug 18, 2024
1 parent 51cfc18 commit 79a44ed
Show file tree
Hide file tree
Showing 17 changed files with 2,087 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Remove the line below if you want to inherit .editorconfig settings from higher directories
root = true

# C# files
[*.cs]

#### Core EditorConfig Options ####

# Indentation and spacing
indent_size = 4
indent_style = tab
tab_width = 4

dotnet_diagnostic.CS1998.severity = none

# XML-styled files
[*.{csproj,props,targets}]
indent_size = 2
indent_style = space
tab_width = 2

# NuGet config file
[nuget.config]
indent_size = 2
indent_style = space
tab_width = 2
Loading

0 comments on commit 79a44ed

Please sign in to comment.