Skip to content

Commit afdfe08

Browse files
author
LuizFCDuarte
committed
🧑‍💻 Add julia settings for vscode
1 parent ce32667 commit afdfe08

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.vscode/settings.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
{}
1+
{
2+
"[julia]": {
3+
"editor.detectIndentation": false,
4+
"editor.insertSpaces": true,
5+
"editor.tabSize": 4,
6+
"files.insertFinalNewline": true,
7+
"files.trimFinalNewlines": true,
8+
"files.trimTrailingWhitespace": true,
9+
"editor.rulers": [92],
10+
},
11+
}

0 commit comments

Comments
 (0)