This commit is contained in:
Krzosa Karol
2024-08-05 12:45:51 +02:00
parent 3928e2eb96
commit bb2c9a2f32
6 changed files with 8 additions and 2 deletions

View File

@@ -403,6 +403,7 @@ void GenerateConfig() {
style.add({"IndentSize", "4"});
style.add({"TrimWhitespaceOnSave", "1"});
style.add({"FontSize", "12"});
style.add({"FontFilter", "0"}); // nearest = 0, linear = 1 - seems like nearest always better?
style.add({"Font", "C:/Windows/Fonts/consola.ttf"});
{