Chris Fillmore
09/01/2022, 5:39 PM{}, I press enter and the cursor is indented 10 spaces for some reason. It should be 2 spaces. Anybody know how to fix this? ThanksMR3Y
09/01/2022, 6:28 PM.idea/codeStyles/Project.xml file and see if CONTINUATION_INDENT_SIZE or INDENT_SIZE is set to 10, and if it is, then change it to 2MR3Y
09/01/2022, 6:32 PMTabs and Indents , you'll see a dialog in which you can control Indent size, continuation_indent, tab...etcChris Fillmore
09/01/2022, 6:33 PMonClick there, it indents 10 spaces. But if it were like this:
onLongerFunctionNameClick = {|}
I’d get:
onLongerFunctionNameClick = {
|
}MR3Y
09/01/2022, 6:37 PMChris Fillmore
09/01/2022, 6:38 PM