AƱadiendo soporte pa' archivos de tipo Structurizr
1 files changed, 5 insertions(+), 0 deletions(-) M module/tools/editor/default.nix
M module/tools/editor/default.nix => module/tools/editor/default.nix +5 -0
@@ 22,6 22,11 @@ trim_trailing_whitespace = true; }; + "*.dsl" = { + indent_style = "space"; + indent_size = 4; + }; + "*.cs" = { indent_style = "space"; indent_size = 4;