1
0
Fork 0

Moving to tabs as spaces

This commit is contained in:
Jarkko Toivanen 2023-09-22 18:26:15 +03:00
parent 8d6c196b16
commit bf5d617caa
Signed by: jt
GPG key ID: 9151B109B73ECAD5

View file

@ -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