treewide: Reformat with nixfmt

This commit is contained in:
traxys 2024-05-05 19:39:35 +02:00
parent c6281260dc
commit 62f32bfc71
459 changed files with 28139 additions and 26377 deletions

View file

@ -18,25 +18,25 @@
echo_preview_url = true;
browser_func = "";
preview_options = {
mkit = [];
katex = [];
uml = [];
maid = [];
mkit = [ ];
katex = [ ];
uml = [ ];
maid = [ ];
disable_sync_scroll = false;
sync_scroll_type = "middle";
hide_yaml_meta = true;
sequence_diagrams = [];
flowchart_diagrams = [];
sequence_diagrams = [ ];
flowchart_diagrams = [ ];
content_editable = false;
disable_filename = false;
toc = [];
toc = [ ];
};
markdown_css = "/Users/username/markdown.css";
highlight_css.__raw = "vim.fn.expand('~/highlight.css')";
port = "8080";
page_title = "\$\{name}";
images_path = "";
filetypes = ["markdown"];
filetypes = [ "markdown" ];
theme = "dark";
combine_preview = false;
combine_preview_auto_refresh = true;