Skip to content

Commit af5862d

Browse files
committed
Set tab size
1 parent 66afc97 commit af5862d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pastemp"
3-
version = "0.4.0"
3+
version = "0.4.5"
44
edition = "2021"
55
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
66

templates/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
scrollbar-color: var(--fg-scrollbar) var(--color-background);
55
transition-duration: 0.25s;
66
font-family: sans-serif;
7+
tab-size: 4;
78
}
89

910
html {

0 commit comments

Comments
 (0)