Skip to content

Commit bab78c0

Browse files
committed
Adding code formatting & linting configs
1 parent 636ca35 commit bab78c0

File tree

4 files changed

+517
-0
lines changed

4 files changed

+517
-0
lines changed

.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ trim_trailing_whitespace = false
2424
[NuGet.config]
2525
indent_size = 2
2626

27+
# ReSharper configuration
28+
[*.{DotSettings,DotSettings.user}]
29+
charset = utf-8-bom
30+
indent_style = tab
31+
insert_final_newline = false
32+
2733
# Rider configuration
2834
[src/.idea/**/*.xml]
2935
indent_size = 2

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
// File paths to language mappings
33
"files.associations": {
4+
// ReSharper configs
5+
"*.DotSettings": "xml",
6+
"*.DotSettings.user": "xml",
47
// Visual Studio configs
58
".vsconfig": "json",
69
"**/*.sln": "properties"

0 commit comments

Comments
 (0)