Set printWidth to 100 for code files
This commit is contained in:
parent
2531e7d640
commit
b70903ef6f
6 changed files with 19 additions and 41 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue