Moving to tabs as spaces
This commit is contained in:
parent
8d6c196b16
commit
bf5d617caa
1 changed files with 7 additions and 1 deletions
|
@ -7,10 +7,16 @@
|
||||||
]
|
]
|
||||||
useExperimentalModernTreeSitter: true
|
useExperimentalModernTreeSitter: true
|
||||||
editor:
|
editor:
|
||||||
|
showIndentGuide: true
|
||||||
showInvisibles: true
|
showInvisibles: true
|
||||||
softTabs: false
|
|
||||||
tabLength: 8
|
tabLength: 8
|
||||||
"exception-reporting":
|
"exception-reporting":
|
||||||
userId: "bbf24775-95f0-43d0-bbc0-ac3b3fec7952"
|
userId: "bbf24775-95f0-43d0-bbc0-ac3b3fec7952"
|
||||||
welcome:
|
welcome:
|
||||||
|
lastViewedChangeLog: "1.107.1"
|
||||||
showOnStartup: false
|
showOnStartup: false
|
||||||
|
".asm.source.x86_64":
|
||||||
|
editor:
|
||||||
|
showIndentGuide: false
|
||||||
|
softWrap: false
|
||||||
|
softWrapAtPreferredLineLength: false
|
||||||
|
|
Loading…
Reference in a new issue