change micro config

This commit is contained in:
Frost-Phoenix 2024-02-14 23:07:16 +01:00
parent 91b182fc59
commit dad9576cb7

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;
};