Lua_Error, ClangFormatOnSave

This commit is contained in:
Krzosa Karol
2024-08-15 12:28:39 +02:00
parent 7ed46b9724
commit e49838b974
7 changed files with 30 additions and 13 deletions

View File

@@ -467,6 +467,7 @@ void GenerateConfig() {
style.add({"DrawScrollbar", "1"});
style.add({"IndentSize", "4"});
style.add({"TrimWhitespaceOnSave", "1"});
style.add({"ClangFormatOnSave", "0"});
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"});