Skip to content

Commit 2b80994

Browse files
Add basic VSCode settings
1 parent d5d835d commit 2b80994

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"files.exclude": {
3+
"**/*.dyn_hi": true,
4+
"**/*.dyn_o": true,
5+
"**/*.hi": true,
6+
"**/*.o": true,
7+
"**/*.o-boot": true,
8+
"**/*.hi-boot": true,
9+
"**/dist-newstyle": true,
10+
"**/.stack-work": true,
11+
"**/.ghc.environment.*": true,
12+
},
13+
"files.insertFinalNewline": true,
14+
"files.trimFinalNewlines": true,
15+
"files.trimTrailingWhitespace": true,
16+
"editor.rulers": [
17+
80,
18+
90
19+
],
20+
"editor.tabSize": 4
21+
}

0 commit comments

Comments
 (0)