From 4ea067d84b13630704392c91b00fc53906337bb6 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Tue, 21 Apr 2026 01:24:35 +0100 Subject: chore: add stylua/selene/prettier config files Add minimal config for the upcoming fmt/lint recipes: - .stylua.toml: stylua-specific knobs only; indent/line-length/eol continue to come from .editorconfig (stylua reads it natively). - selene.toml + nvim.yml: lua51 base plus a 'vim' global so neovim config files don't get flagged as undefined. - .prettierrc.json: double quotes, trailing commas, 80-col, preserve prose wrap (avoid reflowing markdown). All four ignored by chezmoi so they stay repo-only. --- .prettierrc.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .prettierrc.json (limited to '.prettierrc.json') diff --git a/.prettierrc.json b/.prettierrc.json new file mode 100644 index 0000000..12e08aa --- /dev/null +++ b/.prettierrc.json @@ -0,0 +1,6 @@ +{ + "singleQuote": false, + "trailingComma": "all", + "printWidth": 80, + "proseWrap": "preserve" +} -- cgit v1.2.3-70-g09d2