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)
Issue with VSCode vs Github code indentation
I am currently having an issue with the automatic indentation when pushing my code to Github.
I currently have my tab settings to be using spaces on VS Code (tabs set to 2 spaces), yet Github is displ...
Gian Paulo Zamora
Votes: 0
Answers: 1
How to make GNU indent support CRLF terminators?
I tried to use GNU indent (v 2.2.12) on a source file that has CRLF terminators, with unexpected errors that I could not understand from the source code. The output file was like randomly indented.
Th...
Axel B
Votes: 0
Answers: 0
Add spaces to several lines PyCharm
Here is a my problem with a minimal reproducible example:
def additional():
df_additional_data = pd.read_excel("something.xlsx")
for _, row in df_saga.iterrows():
...
FluidMechanics Potential Flows
Votes: 0
Answers: 1
Sublime text 4 curly bracket indentation problem
Sublime text 4 is giving weird indentation when pressing enter between curly braces
for(int i=0;i<10;++i){
}
In some already opened file it is working fine by indenti...
cheems
Votes: 0
Answers: 0