Skip to content
Snippets Groups Projects
Commit 6ba3f9c8 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Add settings to project vscode settings.yml

parent 2529dfeb
No related branches found
No related tags found
No related merge requests found
{} {
"editor.rulers": [79],
"files.insertFinalNewline": true,
"[css]": {
"editor.tabSize": 2
},
"[scss]": {
"editor.tabSize": 2
},
"[html]": {
"editor.tabSize": 2
},
"[javascript]": {
"editor.tabSize": 2
},
"[jinja-html]": {
"editor.tabSize": 2
},
"[jinja-js]": {
"editor.tabSize": 2
},
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment