change micro config

This commit is contained in:
Frost-Phoenix 2024-02-14 23:07:41 +01:00
parent dad9576cb7
commit 82fbb7d0a7

View file

@ -5,8 +5,8 @@
settings = {
"colorscheme" = "catppuccin-mocha";
"*.nix" = {"tabsize": 2};
"*.ml" = {"tabsize": 2};
"*.nix" = {"tabsize" = 2;};
"*.ml" = {"tabsize" = 2;};
"tabstospaces" = true;
"tabsize" = 4;
};