python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Control indentation in Java multiline method calls in IntelliJ
IntelliJ seems to only have two configurations for multiline method call parameters. They either appear like this:
Or this:
This is controlled using the "Editor -> Code Style -> Java ->...
Fledgling Pidgeon
Votes: 0
Answers: 1
Bind event runs before character typed is put in entry
I am making a special Text widget with tkinter that is supposed to have working indentation. To get the indentation to work I binded the function that puts down the tabs to the Enter button. This bind...
TRCK
Votes: 0
Answers: 2
Angular CLI Generate files with 4 spaces instead of 2
Simple problem I'm trying to solve, but haven't found a solution yet. We're using the latest version of Angular and the Angular CLI, but when we use the cli to generate files like components, it alway...
Andrew
Votes: 0
Answers: 3
How to format the code on Git Push and Pull
I am currently working on development projects with different languages (TS, TSX) with different developers.
Moreover we use Prettier/ESLint, but it's a detail.
And some developers are used to develop...
Hardel
Votes: 0
Answers: 2