Set printWidth to 100 for code files

This commit is contained in:
Joscha 2025-02-07 21:53:19 +01:00
parent 2531e7d640
commit b70903ef6f
6 changed files with 19 additions and 41 deletions

View file

@ -20,12 +20,7 @@ window.addEventListener("keypress", (ev) => {
<div class="flex h-screen touch-pan-x touch-pan-y flex-col">
<CNavbar />
<div class="h-full overflow-auto p-1 pr-5">
<CNote
v-if="ui.anchorId"
:noteId="ui.anchorId"
:path="''"
:forceOpen="true"
/>
<CNote v-if="ui.anchorId" :noteId="ui.anchorId" :path="''" :forceOpen="true" />
</div>
</div>
</template>