From 87e0c4fbe8fa5838d8b3dde6087c554bfaa5f936 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 2 Nov 2025 17:51:45 +0000 Subject: [PATCH] Address comments --- .editorconfig | 1 + .gitignore | 4 ++-- frontend/obsidian-plugin/src/views/history/history-view.scss | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 9c63a68d..7074dff5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,7 @@ trim_trailing_whitespace = true charset = utf-8 indent_style = space indent_size = 4 +tab_width = 4 [*.{yml,yaml}] indent_size = 2 diff --git a/.gitignore b/.gitignore index ef64105e..a1c1ac4f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,6 @@ node_modules # Exclude macOS Finder (System Explorer) View States .DS_Store - - # Frontend build folders frontend/*/dist @@ -19,3 +17,5 @@ sync-server/bindings/*.ts *.log *.sqlx + +target diff --git a/frontend/obsidian-plugin/src/views/history/history-view.scss b/frontend/obsidian-plugin/src/views/history/history-view.scss index df307db7..fb93fa30 100644 --- a/frontend/obsidian-plugin/src/views/history/history-view.scss +++ b/frontend/obsidian-plugin/src/views/history/history-view.scss @@ -4,7 +4,7 @@ background-color: var(--color-base-00); border-radius: var(--radius-l); container-type: inline-size; - word-break: break-word; + word-break: break-word; &.clickable { cursor: pointer;