Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit e90823a

Browse files
DanielSSilvaTylerLeonhardtAndrew
authored
Vscode rules (#52)
* added basic workspace settings such as ruler and spaces instead of tabs by default * converted from tabs to spaces * add newline Co-authored-by: Tyler James Leonhardt <[email protected]> Co-authored-by: Andrew <[email protected]>
1 parent a0b59a0 commit e90823a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.vscode/settings.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"editor.detectIndentation": false,
3+
"editor.tabSize": 4,
4+
"editor.insertSpaces": true,
5+
"[csharp]": {
6+
"editor.rulers": [140]
7+
},
8+
}

0 commit comments

Comments
 (0)