diff options
| author | Mike Vink <> | 2023-04-19 23:24:00 +0200 |
|---|---|---|
| committer | Mike Vink <> | 2023-04-19 23:30:29 +0200 |
| commit | 10bd12c1b09c7fa9f0400f173183c9209182858e (patch) | |
| tree | a24ca8e3db723cfff28ef7aea24eeb7f1cb4c2ea | |
| parent | 3542752bf1ac37374a329c20fdfd8872f832ca75 (diff) | |
start using editorconfig
| -rw-r--r-- | home.nix | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -27,6 +27,17 @@ nix-direnv.enable = true; }; + + editorconfig = { + enable = true; + settings = { + "*.{fnl,rkt,nix,md,hcl,tf,py,cpp,qml,js,txt,json,html,lua,yaml,yml,bash,sh,go}" = { + trim_trailing_whitespace = true; + insert_final_newline = true; + }; + }; + }; + programs.newsboat = { enable = true; autoReload = true; |
