mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-04 04:33:09 +00:00
~
This commit is contained in:
parent
1739b89ea3
commit
a1adbd9e02
6 changed files with 68 additions and 7 deletions
|
@ -27,6 +27,7 @@
|
|||
};
|
||||
};
|
||||
in {
|
||||
"editor.detectIndentation" = false;
|
||||
"editor.fontFamily" = "'Fira Code Light', monospace";
|
||||
# "editor.fontLigatures" = true;
|
||||
"editor.formatOnSave" = false;
|
||||
|
@ -39,6 +40,7 @@
|
|||
"prettier.trailingComma" = "none";
|
||||
"prettier.singleAttributePerLine" = false;
|
||||
"prettier.useEditorConfig" = true;
|
||||
"prettier.useTabs" = true;
|
||||
"svelte.enable-ts-plugin" = true;
|
||||
"telemetry.telemetryLevel" = "off";
|
||||
"workbench.activityBar.iconClickBehavior" = "toggle";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue