Search code examples
adobe-brackets

Brackets Editor - disable automatic indentation?


When I press enter, I want the next line to have the same indentation as the previous line. Is this possible in brackets?


Solution

  • Go to Debug on the top menu of Brackets.

    Go down to Open preferences file.

    Click on it. A huge text file pops up that has all the brackets preferences.

    Control F and find smartIndent.

    Change the true field to false.

    Hope this helps.