Compare commits

..

5 commits

Author SHA1 Message Date
raf
45aaf1cccf
Merge pull request #1361 from horriblename/md-modeline-tw
Some checks failed
Set up binary cache / cachix (default) (push) Has been cancelled
Set up binary cache / cachix (maximal) (push) Has been cancelled
Set up binary cache / cachix (nix) (push) Has been cancelled
Treewide Checks / Validate flake (push) Has been cancelled
Treewide Checks / Check formatting (push) Has been cancelled
Treewide Checks / Check source tree for typos (push) Has been cancelled
Treewide Checks / Validate documentation builds (push) Has been cancelled
Treewide Checks / Validate documentation builds-1 (push) Has been cancelled
Treewide Checks / Validate documentation builds-2 (push) Has been cancelled
Treewide Checks / Validate documentation builds-3 (push) Has been cancelled
Treewide Checks / Validate hyperlinks in documentation sources (push) Has been cancelled
Treewide Checks / Validate Editorconfig conformance (push) Has been cancelled
Build and deploy documentation / Check latest commit (push) Has been cancelled
Build and deploy documentation / publish (push) Has been cancelled
doc: add textwidth modeline in release-note
2026-01-26 08:03:15 +03:00
raf
771d2b076a
Merge branch 'main' into md-modeline-tw 2026-01-26 06:58:46 +03:00
Soliprem
1824789d99
Merge pull request #1360 from horriblename/md-no-editorconfig
editorconfig: remove rule conflicting with deno fmt
2026-01-26 02:30:30 +01:00
Ching Pei Yang
f278a25b20
doc: add textwidth modeline in release-note 2026-01-26 01:18:50 +01:00
Ching Pei Yang
95f6a5d7ec
editorconfig: remove rule conflicting with deno fmt 2026-01-26 01:04:26 +01:00
2 changed files with 2 additions and 1 deletions

View file

@ -13,7 +13,6 @@ trim_trailing_whitespace = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = false
max_line_length = 80
[*.{js,json,nix,yml,yaml,toml}]
indent_style = space

View file

@ -150,3 +150,5 @@
- Added [Selenen](https://github.com/kampfkarren/selene) for more diagnostics in
`languages.lua`.
<!-- vim: set textwidth=80: -->