diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-03-05 00:21:48 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-03-27 01:33:06 +0800 |
commit | 1a9e227917248d449b7dee394c1cba081bc249be (patch) | |
tree | a2423538bed045880c0898cae2b7176de2305b14 /.editorconfig | |
parent | 473e71165e47f029d1a578856ab936dd6f4bf9ed (diff) | |
download | crupest-1a9e227917248d449b7dee394c1cba081bc249be.tar.gz crupest-1a9e227917248d449b7dee394c1cba081bc249be.tar.bz2 crupest-1a9e227917248d449b7dee394c1cba081bc249be.zip |
feat(www): add post systemd-nspawn.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index beab7a9..d28b4e3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,6 +13,7 @@ tab_width = 8 [*.md] indent_size = 2 +max_line_length = 80 [*.{html,css,js,ts}] indent_size = 2 |