I can set what i want, but i don't get tabsize to work (javafx 18.0.2, richtextfx 0.10.9)
editorPane = new CodeArea();
editorPane.setStyle(".styled-text-area .text { -fx-font-family: Monospaced; -fx-font-size: 9pt; } Text { -fx-tab-size: 2; } ParagraphText { -fx-tab-size: 2; } * { -fx-tab-size: 2; tab-size: 2; }");