Skip to content

Commit

Permalink
Merge pull request #286 from gep13/feature/GH-285
Browse files Browse the repository at this point in the history
(GH-285) Stylecop and editorconfig all the things
  • Loading branch information
gep13 authored Dec 29, 2020
2 parents 5075de1 + 0c7d90b commit 8c6fb6c
Show file tree
Hide file tree
Showing 59 changed files with 515 additions and 455 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

root = true

# Keep this file simple, only basic formatting should be
# defined here.
# Code styles should be defined in src/.editorconfig

[*]
charset = utf-8 # Just for consistency
# Indentation and spacing
Expand Down
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@
*.rtf diff=astextplain
*.RTF diff=astextplain

*.png binary
*.png binary

.editorconfig text whitespace=-blank-at-eol
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"editor.rulers": [80],
"cSpell.words": [
"Usings",
"addasset",
"buildartifacts",
"choco",
"gitreleasemanager",
"nupkg",
"psake",
"readonly",
"releasenotes",
"showconfig"
]
],
"omnisharp.enableEditorConfigSupport": true,
"omnisharp.enableRoslynAnalyzers": true
}
Loading

0 comments on commit 8c6fb6c

Please sign in to comment.